summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/posix/spinlockimpl.h
diff options
context:
space:
mode:
authorFrank Kühndel <frank.kuehndel@embedded-brains.de>2021-12-03 23:17:49 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-04-11 08:11:06 +0200
commit6fc21a76ab0471acbf395183ed998edfd5fa7826 (patch)
treeef56b9962ce226d719dd1a3b4d8e42e114ed916f /cpukit/include/rtems/posix/spinlockimpl.h
parentb24cf97f7e1bf33c299efa426361f3f8cc667cc9 (diff)
Doxygen: Adding Doxygen groups to filesqual-57
Diffstat (limited to 'cpukit/include/rtems/posix/spinlockimpl.h')
-rw-r--r--cpukit/include/rtems/posix/spinlockimpl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/include/rtems/posix/spinlockimpl.h b/cpukit/include/rtems/posix/spinlockimpl.h
index be3245f90a..4a46e1faf1 100644
--- a/cpukit/include/rtems/posix/spinlockimpl.h
+++ b/cpukit/include/rtems/posix/spinlockimpl.h
@@ -2,6 +2,8 @@
/**
* @file
+ *
+ * @ingroup RTEMSPOSIXAPISpinlock
*
* @brief Inlined Routines from the POSIX Spinlock Manager
*
@@ -37,6 +39,12 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+/**
+ * @defgroup RTEMSPOSIXAPISpinlock POSIX Spinlock Manager
+ *
+ * @ingroup POSIXAPI
+ */
+
#ifndef _RTEMS_POSIX_SPINLOCKIMPL_H
#define _RTEMS_POSIX_SPINLOCKIMPL_H