summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/timerident.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/timerident.c')
-rw-r--r--cpukit/rtems/src/timerident.c26
1 files changed, 7 insertions, 19 deletions
diff --git a/cpukit/rtems/src/timerident.c b/cpukit/rtems/src/timerident.c
index 8f9a607130..2687ef7167 100644
--- a/cpukit/rtems/src/timerident.c
+++ b/cpukit/rtems/src/timerident.c
@@ -1,7 +1,11 @@
-/*
- * Timer Manager - rtems_timer_ident directive
- *
+/**
+ * @file
*
+ * @brief RTEMS Timer Name to Id
+ * @ingroup ClassicTimer
+ */
+
+/*
* COPYRIGHT (c) 1989-2002.
* On-Line Applications Research Corporation (OAR).
*
@@ -23,22 +27,6 @@
#include <rtems/score/tod.h>
#include <rtems/score/watchdog.h>
-/*
- * rtems_timer_ident
- *
- * This directive returns the system ID associated with
- * the timer name.
- *
- * Input parameters:
- * name - user defined message queue name
- * id - pointer to timer id
- *
- * Output parameters:
- * *id - message queue id
- * RTEMS_SUCCESSFUL - if successful
- * error code - if unsuccessful
- */
-
rtems_status_code rtems_timer_ident(
rtems_name name,
rtems_id *id