summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/coresem.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/coresem.h')
-rw-r--r--cpukit/include/rtems/score/coresem.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/cpukit/include/rtems/score/coresem.h b/cpukit/include/rtems/score/coresem.h
index 84b64eac1a..1d2a1fd91a 100644
--- a/cpukit/include/rtems/score/coresem.h
+++ b/cpukit/include/rtems/score/coresem.h
@@ -3,12 +3,9 @@
*
* @ingroup RTEMSScoreSemaphore
*
- * @brief Data Associated with the Counting Semaphore Handler
- *
- * This include file contains all the constants and structures associated
- * with the Counting Semaphore Handler. A counting semaphore is the
- * standard Dijkstra binary semaphore used to provide synchronization
- * and mutual exclusion capabilities.
+ * @brief This header file provides interfaces of the
+ * @ref RTEMSScoreSemaphore which are used by the implementation and the
+ * @ref RTEMSImplApplConfig.
*/
/*