summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/interr.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-14 13:58:22 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-15 15:33:13 +0100
commit9d10cf904b26c15e7cd5dc330e877cf50bfc4cc9 (patch)
treebc0e70ed242f6a0f13f09c0625627bda0c631322 /cpukit/score/include/rtems/score/interr.h
parentscore: Add RTEMS_FATAL_SOURCE_EXIT (diff)
downloadrtems-9d10cf904b26c15e7cd5dc330e877cf50bfc4cc9.tar.bz2
score: Add RTEMS_FATAL_SOURCE_BSP_GENERIC
Diffstat (limited to 'cpukit/score/include/rtems/score/interr.h')
-rw-r--r--cpukit/score/include/rtems/score/interr.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index 0668915b38..ca1735463f 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -67,6 +67,16 @@ typedef enum {
RTEMS_FATAL_SOURCE_EXIT,
/**
+ * @brief Fatal source for generic BSP errors.
+ *
+ * The fatal codes are defined in <bsp/bootcard.h>. Examples are interrupt
+ * and exception initialization.
+ *
+ * @see bsp_generic_fatal_code.
+ */
+ RTEMS_FATAL_SOURCE_BSP_GENERIC,
+
+ /**
* @brief The last available fatal source.
*
* This enum value ensures that the enum type needs at least 32-bits for