summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/rtemsapi.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-19 10:42:39 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:57:21 +0200
commit0b32bb8042c908bcf376f763de8ac0401dc17288 (patch)
treeb70741c56d1007f0bfb450c37e2d3fef127ec29c /cpukit/sapi/src/rtemsapi.c
parentscore: Include <limits.h> in basedefs.h (diff)
downloadrtems-0b32bb8042c908bcf376f763de8ac0401dc17288.tar.bz2
rtems: Create barrier implementation header
Move implementation specific parts of barrier.h and barrier.inl into new header file barrierimpl.h. The barrier.h contains now only the application visible API.
Diffstat (limited to 'cpukit/sapi/src/rtemsapi.c')
-rw-r--r--cpukit/sapi/src/rtemsapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/src/rtemsapi.c b/cpukit/sapi/src/rtemsapi.c
index bf5ac492fb..dcf6fc044d 100644
--- a/cpukit/sapi/src/rtemsapi.c
+++ b/cpukit/sapi/src/rtemsapi.c
@@ -26,7 +26,7 @@
#include <rtems/rtems/rtemsapi.h>
#include <rtems/rtems/intr.h>
-#include <rtems/rtems/barrier.h>
+#include <rtems/rtems/barrierimpl.h>
#include <rtems/rtems/clock.h>
#include <rtems/rtems/tasks.h>
#include <rtems/rtems/dpmem.h>