From 038e2f4a8825b8367a2b0102afdb017f0281deeb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 14 Nov 2012 09:58:53 +0100 Subject: score: Add RTEMS_FATAL_SOURCE_APPLICATION --- 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 d4e81ec941..e5003a948c 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/score/include/rtems/score/interr.h @@ -52,6 +52,13 @@ typedef enum { */ RTEMS_FATAL_SOURCE_BDBUF, + /** + * @brief Fatal source for application specific errors. + * + * The fatal code is application specific. + */ + RTEMS_FATAL_SOURCE_APPLICATION, + /** * @brief The last available fatal source. * -- cgit v1.2.3