summaryrefslogtreecommitdiff
path: root/plat/st/common/include/stm32mp_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/st/common/include/stm32mp_common.h')
-rw-r--r--plat/st/common/include/stm32mp_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plat/st/common/include/stm32mp_common.h b/plat/st/common/include/stm32mp_common.h
index 0d0a9c66..3dd6c567 100644
--- a/plat/st/common/include/stm32mp_common.h
+++ b/plat/st/common/include/stm32mp_common.h
@@ -30,6 +30,9 @@ uintptr_t stm32mp_pwr_base(void);
/* Return the base address of the RCC peripheral */
uintptr_t stm32mp_rcc_base(void);
+/* Check MMU status to allow spinlock use */
+bool stm32mp_lock_available(void);
+
/* Get IWDG platform instance ID from peripheral IO memory base address */
uint32_t stm32_iwdg_get_instance(uintptr_t base);