forked from Imagelibrary/rtems
score: Add RTEMS_FATAL_SOURCE_BSP_SPECIFIC
This commit is contained in:
@@ -76,6 +76,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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user