summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-20 11:44:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-21 10:26:10 +0200
commitade27c69eb4f520645caedd3be5af7fb9a9e691e (patch)
treeb8f0bf0edb35dc53937e494207ca673bcf036c8e /cpukit/score
parentbsps/powerpc: Delete bsp_exceptions_in_RAM (diff)
downloadrtems-ade27c69eb4f520645caedd3be5af7fb9a9e691e.tar.bz2
bsps: Move bsp_generic_fatal_code to new file
Add bsp_generic_fatal().
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/include/rtems/score/interr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index a047ca6766..79edc21249 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -71,10 +71,10 @@ typedef enum {
/**
* @brief Fatal source for generic BSP errors.
*
- * The fatal codes are defined in <bsp/bootcard.h>. Examples are interrupt
- * and exception initialization.
+ * The fatal codes are defined in <bsp/generic-fatal.h>. Examples are
+ * interrupt and exception initialization.
*
- * @see bsp_generic_fatal_code.
+ * @see bsp_generic_fatal_code and bsp_generic_fatal().
*/
RTEMS_FATAL_SOURCE_BSP_GENERIC,