summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/status.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/src/status.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/cpukit/rtems/src/status.c b/cpukit/rtems/src/status.c
index 27d60b5ce7..f89a5e700a 100644
--- a/cpukit/rtems/src/status.c
+++ b/cpukit/rtems/src/status.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Status Object Name Errors to Status Array
+ * @ingroup ClassicStatus
+ */
+
/* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
@@ -8,11 +15,6 @@
#include <rtems/rtems/status.h>
-/**
- * This array is used to map SuperCore Object Handler return
- * codes to Classic API status codes.
- */
-
const rtems_status_code _Status_Object_name_errors_to_status[] = {
/** This maps OBJECTS_SUCCESSFUL to RTEMS_SUCCESSFUL. */
RTEMS_SUCCESSFUL,