From b9bc399bdd87d3162ec54548f4c09e04573b5b3b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 14 Nov 2012 13:50:11 +0100 Subject: score: Add RTEMS_FATAL_SOURCE_BSP_SPECIFIC --- cpukit/score/include/rtems/score/interr.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/score/include/rtems/score/interr.h') diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h index ca1735463f..b316fbfd9f 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/score/include/rtems/score/interr.h @@ -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. * -- cgit v1.2.3