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 14:54:09 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-15 15:33:13 +0100
commita0c7aa555562ec4248882e808abe91996f248cc2 (patch)
tree781a78158035d4c10f8e3c0a21c7c0774ea5392c /cpukit/score/include/rtems/score/interr.h
parentbsps/powerpc: Exception initialization error is fatal (diff)
downloadrtems-a0c7aa555562ec4248882e808abe91996f248cc2.tar.bz2
score: Add RTEMS_FATAL_SOURCE_ASSERT
Diffstat (limited to 'cpukit/score/include/rtems/score/interr.h')
-rw-r--r--cpukit/score/include/rtems/score/interr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index b316fbfd9f..20efcb3e0b 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -84,6 +84,13 @@ typedef enum {
RTEMS_FATAL_SOURCE_BSP_SPECIFIC,
/**
+ * @brief Fatal source of assert().
+ *
+ * The fatal code is the pointer value of the function string.
+ */
+ RTEMS_FATAL_SOURCE_ASSERT,
+
+ /**
* @brief The last available fatal source.
*
* This enum value ensures that the enum type needs at least 32-bits for