summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/ratemonident.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/ratemonident.c')
-rw-r--r--cpukit/rtems/src/ratemonident.c25
1 files changed, 7 insertions, 18 deletions
diff --git a/cpukit/rtems/src/ratemonident.c b/cpukit/rtems/src/ratemonident.c
index 35e4195e09..def958060d 100644
--- a/cpukit/rtems/src/ratemonident.c
+++ b/cpukit/rtems/src/ratemonident.c
@@ -1,6 +1,11 @@
-/*
- * Rate Monotonic Manager -- Name to Id Lookup
+/**
+ * @file
*
+ * @brief RTEMS Rate Monotonic Name to Id
+ * @ingroup ClassicRateMon
+ */
+
+/*
* COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
@@ -21,22 +26,6 @@
#include <rtems/rtems/ratemon.h>
#include <rtems/score/thread.h>
-/*
- * rtems_rate_monotonic_ident
- *
- * This directive returns the system ID associated with
- * the rate monotonic period name.
- *
- * Input parameters:
- * name - user defined period name
- * id - pointer to period id
- *
- * Output parameters:
- * *id - region id
- * RTEMS_SUCCESSFUL - if successful
- * error code - if unsuccessful
- */
-
rtems_status_code rtems_rate_monotonic_ident(
rtems_name name,
rtems_id *id