summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/barrierimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 10:12:21 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:39 +0100
commit395a49e199882f0461233465a5db56ab06d0cb28 (patch)
tree838e602ad28e12acfe8b6729e1753edace1d82ee /cpukit/include/rtems/rtems/barrierimpl.h
parentrtems: Remove Modes_Control (diff)
downloadrtems-395a49e199882f0461233465a5db56ab06d0cb28.tar.bz2
rtems: Move internal structures to barrierdata.h
Update #3598.
Diffstat (limited to 'cpukit/include/rtems/rtems/barrierimpl.h')
-rw-r--r--cpukit/include/rtems/rtems/barrierimpl.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/cpukit/include/rtems/rtems/barrierimpl.h b/cpukit/include/rtems/rtems/barrierimpl.h
index f0b53e0cab..0acef05af3 100644
--- a/cpukit/include/rtems/rtems/barrierimpl.h
+++ b/cpukit/include/rtems/rtems/barrierimpl.h
@@ -1,13 +1,9 @@
/**
- * @file rtems/rtems/barrier.inl
+ * @file
*
- * @defgroup ClassicBarrier Barriers
+ * @ingroup ClassicBarrierImpl
*
- * @ingroup ClassicRTEMS
- * @brief Inline Implementation from Barrier Manager
- *
- * This file contains the static inlin implementation of the inlined
- * routines from the Barrier Manager.
+ * @brief Classic Barrier Manager Implementation
*/
/*
@@ -22,7 +18,7 @@
#ifndef _RTEMS_RTEMS_BARRIERIMPL_H
#define _RTEMS_RTEMS_BARRIERIMPL_H
-#include <rtems/rtems/barrier.h>
+#include <rtems/rtems/barrierdata.h>
#include <rtems/score/corebarrierimpl.h>
#include <rtems/score/objectimpl.h>