[rtems commit] score: Add RTEMS_FATAL_SOURCE_BSP_GENERIC

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


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

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

score: Add RTEMS_FATAL_SOURCE_BSP_GENERIC

---

 cpukit/score/include/rtems/score/interr.h |   10 ++++++++++
 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 0668915..ca17354 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




More information about the vc mailing list