summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/ratemongetstatistics.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/ratemongetstatistics.c')
-rw-r--r--cpukit/rtems/src/ratemongetstatistics.c25
1 files changed, 7 insertions, 18 deletions
diff --git a/cpukit/rtems/src/ratemongetstatistics.c b/cpukit/rtems/src/ratemongetstatistics.c
index 017a67e19c..801cd9410f 100644
--- a/cpukit/rtems/src/ratemongetstatistics.c
+++ b/cpukit/rtems/src/ratemongetstatistics.c
@@ -1,6 +1,11 @@
-/*
- * Rate Monotonic Manager -- Get Statistics
+/**
+ * @file
*
+ * @brief RTEMS Rate Monotonic Get Statistics
+ * @ingroup ClassicRateMon
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
@@ -21,22 +26,6 @@
#include <rtems/rtems/ratemon.h>
#include <rtems/score/thread.h>
-/*
- * rtems_rate_monotonic_get_statistics
- *
- * This directive allows a thread to obtain statistics information on a
- * period.
- *
- * Input parameters:
- * id - rate monotonic id
- * statistics - pointer to statistics control block
- *
- * Output parameters:
- * RTEMS_SUCCESSFUL - if successful
- * error code - if unsuccessful
- *
- */
-
rtems_status_code rtems_rate_monotonic_get_statistics(
rtems_id id,
rtems_rate_monotonic_period_statistics *statistics