summaryrefslogtreecommitdiff
path: root/include/soc/imx/gpc.h
blob: 6a976e6aa3fe525637b9988626fd56c930151ded (plain)
1
2
3
4
5
6
7
#ifndef __SOC_IMX_GPC_H
#define __SOC_IMX_GPC_H

void imx_gpc_hold_m4_in_sleep(void);
void imx_gpc_release_m4_in_sleep(void);

#endif /* __SOC_IMX_GPC_H */