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 09:58:53 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-15 15:33:12 +0100
commit038e2f4a8825b8367a2b0102afdb017f0281deeb (patch)
tree96841c25c0a041a3e859266c84bcf26130396304 /cpukit/score/include/rtems/score/interr.h
parentscore: Add RTEMS_FATAL_SOURCE_BDBUF (diff)
downloadrtems-038e2f4a8825b8367a2b0102afdb017f0281deeb.tar.bz2
score: Add RTEMS_FATAL_SOURCE_APPLICATION
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 d4e81ec941..e5003a948c 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -53,6 +53,13 @@ typedef enum {
RTEMS_FATAL_SOURCE_BDBUF,
/**
+ * @brief Fatal source for application specific errors.
+ *
+ * The fatal code is application specific.
+ */
+ RTEMS_FATAL_SOURCE_APPLICATION,
+
+ /**
* @brief The last available fatal source.
*
* This enum value ensures that the enum type needs at least 32-bits for