summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-01-07 16:00:52 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-01-07 16:08:19 +0100
commit40340b2b7c8b2d709355e590ce8ad49c3cbc0e54 (patch)
tree5498c216985a5e36da9b84291c7dad942d94e4df
parentposix: Doxygen Clean Up Task #1 (diff)
downloadrtems-40340b2b7c8b2d709355e590ce8ad49c3cbc0e54.tar.bz2
bsp/lpc24xx: Declare conditionally
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/include/start-config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/lpc24xx/include/start-config.h b/c/src/lib/libbsp/arm/lpc24xx/include/start-config.h
index 9d6173f741..64f653ab5b 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/include/start-config.h
+++ b/c/src/lib/libbsp/arm/lpc24xx/include/start-config.h
@@ -104,12 +104,16 @@ extern BSP_START_DATA_SECTION const lpc24xx_emc_static_chip_config
extern BSP_START_DATA_SECTION const size_t
lpc24xx_start_config_emc_static_chip_count;
+#ifdef ARM_MULTILIB_ARCH_V7M
+
extern BSP_START_DATA_SECTION const ARMV7M_MPU_Region
lpc24xx_start_config_mpu_region [];
extern BSP_START_DATA_SECTION const size_t
lpc24xx_start_config_mpu_region_count;
+#endif /* ARM_MULTILIB_ARCH_V7M */
+
#ifdef __cplusplus
}
#endif /* __cplusplus */