summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/timerdelete.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/timerdelete.c')
-rw-r--r--cpukit/rtems/src/timerdelete.c23
1 files changed, 7 insertions, 16 deletions
diff --git a/cpukit/rtems/src/timerdelete.c b/cpukit/rtems/src/timerdelete.c
index e7a0d15492..f25928054a 100644
--- a/cpukit/rtems/src/timerdelete.c
+++ b/cpukit/rtems/src/timerdelete.c
@@ -1,7 +1,11 @@
-/*
- * Timer Manager - rtems_timer_delete directive
- *
+/**
+ * @file
*
+ * @brief RTEMS Delete Timer
+ * @ingroup ClassicTimer
+ */
+
+/*
* COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
@@ -23,19 +27,6 @@
#include <rtems/score/tod.h>
#include <rtems/score/watchdog.h>
-/*
- * rtems_timer_delete
- *
- * This directive allows a thread to delete a timer.
- *
- * Input parameters:
- * id - timer id
- *
- * Output parameters:
- * RTEMS_SUCCESSFUL - if successful
- * error code - if unsuccessful
- */
-
rtems_status_code rtems_timer_delete(
rtems_id id
)