summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/semaphoreimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/semaphoreimpl.h')
-rw-r--r--cpukit/include/rtems/score/semaphoreimpl.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/cpukit/include/rtems/score/semaphoreimpl.h b/cpukit/include/rtems/score/semaphoreimpl.h
index bc961eea08..05bf9b20ee 100644
--- a/cpukit/include/rtems/score/semaphoreimpl.h
+++ b/cpukit/include/rtems/score/semaphoreimpl.h
@@ -1,9 +1,10 @@
/**
* @file
*
- * @ingroup RTEMSScoreSemaphore
+ * @ingroup RTEMSScoreSyslockSemaphore
*
- * @brief Semaphore Implementation
+ * @brief This header file provides the interfaces of the
+ * @ref RTEMSScoreSyslockSemaphore.
*/
/*
@@ -29,7 +30,13 @@
#include <rtems/score/threadqimpl.h>
/**
- * @addtogroup RTEMSScoreSemaphore
+ * @defgroup RTEMSScoreSyslockSemaphore System Lock Semaphore Support
+ *
+ * @ingroup RTEMSScore
+ *
+ * @brief The System Lock Semaphore Support helps to implement directives which
+ * use data structures compatible with the data structures defined by the
+ * Newlib provided <sys/lock.h> header file.
*
* @{
*/