[PATCH 11/16] score: Add RTEMS_FATAL_SOURCE_BSP_GENERIC

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Nov 14 15:47:05 UTC 2012


---
 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
-- 
1.7.7




More information about the devel mailing list