score: Add RTEMS_FATAL_SOURCE_BSP_GENERIC

This commit is contained in:
Sebastian Huber
2012-11-14 13:58:22 +01:00
parent a052181ca2
commit 9d10cf904b

View File

@@ -66,6 +66,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.
*