summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-19 15:24:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:57:24 +0200
commitc71b596c4eb708716fb45950876a00f8ce6f4156 (patch)
treed574b5c656ad8f310817c74273aef83c03e9187a /cpukit/posix
parentposix: Create spinlock implementation header (diff)
downloadrtems-c71b596c4eb708716fb45950876a00f8ce6f4156.tar.bz2
score: Create spinlock implementation header
Move implementation specific parts of corespinlock.h and corespinlock.inl into new header file corespinlockimpl.h. The corespinlock.h contains now only the application visible API.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/spinlockimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/spinlockimpl.h b/cpukit/posix/include/rtems/posix/spinlockimpl.h
index 5853d45c82..2711316498 100644
--- a/cpukit/posix/include/rtems/posix/spinlockimpl.h
+++ b/cpukit/posix/include/rtems/posix/spinlockimpl.h
@@ -20,6 +20,7 @@
#define _RTEMS_POSIX_SPINLOCKIMPL_H
#include <rtems/posix/spinlock.h>
+#include <rtems/score/corespinlockimpl.h>
#include <pthread.h>