summaryrefslogtreecommitdiff
path: root/bsps/arm/stm32h7/include/system_stm32h7xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/system_stm32h7xx.h')
-rw-r--r--bsps/arm/stm32h7/include/system_stm32h7xx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/system_stm32h7xx.h b/bsps/arm/stm32h7/include/system_stm32h7xx.h
index dd75af67ff..ca0f335f7e 100644
--- a/bsps/arm/stm32h7/include/system_stm32h7xx.h
+++ b/bsps/arm/stm32h7/include/system_stm32h7xx.h
@@ -85,6 +85,9 @@ extern const uint8_t D1CorePrescTable[16] ; /*!< D1CorePrescTable prescalers ta
extern void SystemInit(void);
extern void SystemCoreClockUpdate(void);
+#ifdef __rtems__
+extern void SystemInit_ExtMemCtl(void);
+#endif /* __rtems__ */
/**
* @}
*/