summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/sem.h
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-28 11:16:29 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-12-28 11:17:49 -0600
commitc5782a26b304202546a073a036cbe9e00a789307 (patch)
tree49f7b4e2a29da7c9ea713465bfec36cee3f353b9 /cpukit/rtems/include/rtems/rtems/sem.h
parentbarrier.h: Use POSIX API Doxygen group (diff)
downloadrtems-c5782a26b304202546a073a036cbe9e00a789307.tar.bz2
Header File Doxygen Enhancement Task #7
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/sem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/sem.h b/cpukit/rtems/include/rtems/rtems/sem.h
index ea0aea32ca..5e851bcdc2 100644
--- a/cpukit/rtems/include/rtems/rtems/sem.h
+++ b/cpukit/rtems/include/rtems/rtems/sem.h
@@ -1,6 +1,8 @@
/**
* @file rtems/rtems/sem.h
*
+ * @brief Constants and Structures Associated with the Semaphore Manager
+ *
* This include file contains all the constants and structures associated
* with the Semaphore Manager. This manager utilizes standard Dijkstra
* counting semaphores to provide synchronization and mutual exclusion