summaryrefslogtreecommitdiff
path: root/plat/imx/imx8m/include/gpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/imx/imx8m/include/gpc.h')
-rw-r--r--plat/imx/imx8m/include/gpc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plat/imx/imx8m/include/gpc.h b/plat/imx/imx8m/include/gpc.h
index 3ea7d8ee..4e870303 100644
--- a/plat/imx/imx8m/include/gpc.h
+++ b/plat/imx/imx8m/include/gpc.h
@@ -135,4 +135,8 @@ void imx_clear_rbc_count(void);
void imx_anamix_override(bool enter);
void imx_gpc_pm_domain_enable(uint32_t domain_id, bool on);
+#if defined(PLAT_imx8mq)
+void imx_gpc_set_a53_core_awake(uint32_t core_id);
+#endif
+
#endif /*IMX8M_GPC_H */