summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/fatal.c
diff options
context:
space:
mode:
authorChristopher Kerl <zargyyoyo@gmail.com>2012-12-07 09:49:54 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-07 09:49:54 -0500
commit4c98a3ea294f3eb0cbaae4153c47eb45728613ac (patch)
tree897abe1cfe7b6a78859f77810c16a8a24fcd0456 /cpukit/sapi/src/fatal.c
parentbsps/powerpc: Use explicit compiler options (diff)
downloadrtems-4c98a3ea294f3eb0cbaae4153c47eb45728613ac.tar.bz2
sapi misc: Clean up Doxygen GCI task #1
http://www.google-melange.com/gci/task/view/google/gci2012/8011204
Diffstat (limited to 'cpukit/sapi/src/fatal.c')
-rw-r--r--cpukit/sapi/src/fatal.c20
1 files changed, 9 insertions, 11 deletions
diff --git a/cpukit/sapi/src/fatal.c b/cpukit/sapi/src/fatal.c
index 08c8a1e2c0..9dc27fabfd 100644
--- a/cpukit/sapi/src/fatal.c
+++ b/cpukit/sapi/src/fatal.c
@@ -1,3 +1,12 @@
+/**
+ * @file
+ *
+ * @brief Invokes the internal error handler with a source of
+ * INTERNAL_ERROR_RTEMS_API and is internal set to false.
+ *
+ * @ingroup ClassicFatal
+ */
+
/*
* Fatal Error Manager
*
@@ -17,17 +26,6 @@
#include <rtems/fatal.h>
#include <rtems/score/interr.h>
-/*
- * rtems_fatal_error_occurred
- *
- * This directive will invoke the internal fatal error handler.
- *
- * Input parameters:
- * the_error - fatal error status code
- *
- * Output parameters: NONE
- */
-
void rtems_fatal_error_occurred(
uint32_t the_error
)