summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/include/system_stm32h7xx.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-04 12:34:34 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-27 06:11:45 +0100
commit99494370d6124ef5d773119fa59f5bac4bbf395f (patch)
tree2188ad8e51e7be70bc6df98860e07368651e2305 /bsps/arm/stm32h7/include/system_stm32h7xx.h
parentbsp/stm32h7: Fix warnings (diff)
downloadrtems-99494370d6124ef5d773119fa59f5bac4bbf395f.tar.bz2
bsp/stm32h7: New BSP
Update #3910.
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__ */
/**
* @}
*/