summaryrefslogtreecommitdiff
path: root/include/soc/imx/gpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/soc/imx/gpc.h')
-rw-r--r--include/soc/imx/gpc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/soc/imx/gpc.h b/include/soc/imx/gpc.h
new file mode 100644
index 000000000000..6a976e6aa3fe
--- /dev/null
+++ b/include/soc/imx/gpc.h
@@ -0,0 +1,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 */