summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/barrierident.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/barrierident.c')
-rw-r--r--cpukit/rtems/src/barrierident.c25
1 files changed, 7 insertions, 18 deletions
diff --git a/cpukit/rtems/src/barrierident.c b/cpukit/rtems/src/barrierident.c
index 993132d647..dc047f1d27 100644
--- a/cpukit/rtems/src/barrierident.c
+++ b/cpukit/rtems/src/barrierident.c
@@ -1,6 +1,11 @@
-/*
- * Barrier Manager Name to ID
+/**
+ * @file
*
+ * @brief RTEMS Barrier name to Id
+ * @ingroup ClassicBarrier
+ */
+
+/*
* COPYRIGHT (c) 1989-2006.
* On-Line Applications Research Corporation (OAR).
*
@@ -20,22 +25,6 @@
#include <rtems/rtems/options.h>
#include <rtems/rtems/barrier.h>
-/*
- * rtems_barrier_ident
- *
- * This directive returns the system ID associated with
- * the barrier name.
- *
- * Input parameters:
- * name - user defined barrier name
- * id - pointer to barrier id
- *
- * Output parameters:
- * *id - barrier id
- * RTEMS_SUCCESSFUL - if successful
- * error code - if unsuccessful
- */
-
rtems_status_code rtems_barrier_ident(
rtems_name name,
rtems_id *id