From 608940fe08eabe7d92a760ab9de89b7a06a7bc35 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 14 Nov 2012 10:12:57 +0100 Subject: score: Add RTEMS_FATAL_SOURCE_BDBUF Add rtems_bdbuf_fatal_code as a replacement for the previous fatal error codes. Remove unused error codes. Add new error codes. Use rtems_fatal() with RTEMS_FATAL_SOURCE_BDBUF as source. --- 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 2230e0a6de..d4e81ec941 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/score/include/rtems/score/interr.h @@ -45,6 +45,13 @@ typedef enum { INTERNAL_ERROR_RTEMS_API, INTERNAL_ERROR_POSIX_API, + /** + * @brief Fatal source for the block device cache. + * + * @see rtems_bdbuf_fatal_code. + */ + RTEMS_FATAL_SOURCE_BDBUF, + /** * @brief The last available fatal source. * -- cgit v1.2.3