[rtems commit] score: Add RTEMS_FATAL_SOURCE_BSP_SPECIFIC

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


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Nov 14 13:50:11 2012 +0100

score: Add RTEMS_FATAL_SOURCE_BSP_SPECIFIC

---

 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 ca17354..b316fbf 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -77,6 +77,13 @@ typedef enum {
   RTEMS_FATAL_SOURCE_BSP_GENERIC,
 
   /**
+   * @brief Fatal source for BSP specific errors.
+   *
+   * The fatal code is BSP specific.
+   */
+  RTEMS_FATAL_SOURCE_BSP_SPECIFIC,
+
+  /**
    * @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