[rtems commit] score: Add RTEMS_FATAL_SOURCE_APPLICATION

Sebastian Huber sebh at rtems.org
Thu Nov 15 14:29:49 UTC 2012


Module:    rtems
Branch:    master
Commit:    038e2f4a8825b8367a2b0102afdb017f0281deeb
Changeset: http://git.rtems.org/rtems/commit/?id=038e2f4a8825b8367a2b0102afdb017f0281deeb

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Nov 14 09:58:53 2012 +0100

score: Add RTEMS_FATAL_SOURCE_APPLICATION

---

 cpukit/score/include/rtems/score/interr.h |    7 +++++++
 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 d4e81ec..e5003a9 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




More information about the vc mailing list