From 9d10cf904b26c15e7cd5dc330e877cf50bfc4cc9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 14 Nov 2012 13:58:22 +0100 Subject: score: Add RTEMS_FATAL_SOURCE_BSP_GENERIC --- cpukit/score/include/rtems/score/interr.h | 10 ++++++++++ 1 file changed, 10 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 0668915b38..ca1735463f 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/score/include/rtems/score/interr.h @@ -66,6 +66,16 @@ typedef enum { */ RTEMS_FATAL_SOURCE_EXIT, + /** + * @brief Fatal source for generic BSP errors. + * + * The fatal codes are defined in . Examples are interrupt + * and exception initialization. + * + * @see bsp_generic_fatal_code. + */ + RTEMS_FATAL_SOURCE_BSP_GENERIC, + /** * @brief The last available fatal source. * -- cgit v1.2.3