summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/rtemsapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/src/rtemsapi.c')
-rw-r--r--cpukit/sapi/src/rtemsapi.c23
1 files changed, 7 insertions, 16 deletions
diff --git a/cpukit/sapi/src/rtemsapi.c b/cpukit/sapi/src/rtemsapi.c
index d90a36edde..d59daa19c5 100644
--- a/cpukit/sapi/src/rtemsapi.c
+++ b/cpukit/sapi/src/rtemsapi.c
@@ -1,8 +1,12 @@
-/*
- * POSIX API Initialization Support
+/**
+ * @file
*
- * NOTE:
+ * @brief Initializes the RTEMS API
*
+ * @ingroup ClassicRTEMS
+ */
+
+/*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
@@ -15,11 +19,6 @@
#include "config.h"
#endif
-/*
- * RTEMS_API_INIT is defined so all of the RTEMS API
- * data will be included in this object file.
- */
-
#define RTEMS_API_INIT
#include <rtems/system.h>
@@ -45,12 +44,6 @@
Objects_Information *_RTEMS_Objects[ OBJECTS_RTEMS_CLASSES_LAST + 1 ];
-/*
- * _RTEMS_API_Initialize
- *
- * XXX
- */
-
void _RTEMS_API_Initialize(void)
{
/*
@@ -75,5 +68,3 @@ void _RTEMS_API_Initialize(void)
_Rate_monotonic_Manager_initialization();
_Barrier_Manager_initialization();
}
-
-/* end of file */