summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/include/bsp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-02-17 11:40:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-02-19 09:59:39 +0100
commit33cb8bf64d7b7551ea3a2e7ced5d4b56cd32d6db (patch)
tree9aca7c789c974a8e3d7538cfad7d40c4c9aef37a /c/src/lib/libbsp/arm/lpc24xx/include/bsp.h
parentscore: Delete INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UP (diff)
downloadrtems-33cb8bf64d7b7551ea3a2e7ced5d4b56cd32d6db.tar.bz2
score: Add RTEMS_FATAL_SOURCE_BSP
Merge RTEMS_FATAL_SOURCE_BSP_GENERIC and RTEMS_FATAL_SOURCE_BSP_SPECIFIC into new fatal source RTEMS_FATAL_SOURCE_BSP. This makes it easier to figure out the code position given a fatal source and code.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/include/bsp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/arm/lpc24xx/include/bsp.h b/c/src/lib/libbsp/arm/lpc24xx/include/bsp.h
index d4a20658cd..15dc1109b3 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/include/bsp.h
+++ b/c/src/lib/libbsp/arm/lpc24xx/include/bsp.h
@@ -117,16 +117,6 @@ bool lpc24xx_uart_probe_2(int minor);
bool lpc24xx_uart_probe_3(int minor);
-typedef enum {
- BSP_ARM_PL111_FATAL_REGISTER_DEV,
- BSP_ARM_PL111_FATAL_SEM_CREATE,
- BSP_ARM_PL111_FATAL_SEM_RELEASE,
- LPC24XX_FATAL_PL111_SET_UP,
- LPC24XX_FATAL_PL111_PINS_SET_UP,
- LPC24XX_FATAL_PL111_PINS_TEAR_DOWN,
- LPC24XX_FATAL_PL111_TEAR_DOWN
-} lpc24xx_fatal_code;
-
/** @} */
#ifdef __cplusplus