summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/corerwlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/corerwlock.c')
-rw-r--r--cpukit/score/src/corerwlock.c26
1 files changed, 7 insertions, 19 deletions
diff --git a/cpukit/score/src/corerwlock.c b/cpukit/score/src/corerwlock.c
index 7feea25f3a..7ed84a5824 100644
--- a/cpukit/score/src/corerwlock.c
+++ b/cpukit/score/src/corerwlock.c
@@ -1,10 +1,11 @@
-/*
- * SuperCore RWLock Handler
- *
- * DESCRIPTION:
- *
- * This package is part of the implementation of the SuperCore RWLock Handler.
+/**
+ * @file
*
+ * @brief
+ * @ingroup ScoreRWLock
+ */
+
+/*
* COPYRIGHT (c) 1989-2006.
* On-Line Applications Research Corporation (OAR).
*
@@ -23,19 +24,6 @@
#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
-/*
- * _CORE_RWLock_Initialize
- *
- * This function initialize a rwlock and sets the initial value based
- * on the given count.
- *
- * Input parameters:
- * the_rwlock - the rwlock control block to initialize
- * the_rwlock_attributes - the attributes specified at create time
- *
- * Output parameters: NONE
- */
-
void _CORE_RWLock_Initialize(
CORE_RWLock_Control *the_rwlock,
CORE_RWLock_Attributes *the_rwlock_attributes