From ade27c69eb4f520645caedd3be5af7fb9a9e691e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 20 Jun 2013 11:44:04 +0200 Subject: bsps: Move bsp_generic_fatal_code to new file Add bsp_generic_fatal(). --- cpukit/score/include/rtems/score/interr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/score') 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 . Examples are interrupt - * and exception initialization. + * The fatal codes are defined in . 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, -- cgit v1.2.3