summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-18 14:14:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:56:58 +0200
commitc4f585589ab715ef1aa3c4ab01cffeff2fc69ea9 (patch)
tree7e454d293b35cc00006cfb2c67bb6891c344ec7c /cpukit/posix
parentposix: Convert to inline function (diff)
downloadrtems-c4f585589ab715ef1aa3c4ab01cffeff2fc69ea9.tar.bz2
score: Create semaphore implementation header
Move implementation specific parts of coresem.h and coresem.inl into new header file coresemimpl.h. The coresem.h contains now only the application visible API.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/semaphoreimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/semaphoreimpl.h b/cpukit/posix/include/rtems/posix/semaphoreimpl.h
index 43b0e2b854..34ac6f8bab 100644
--- a/cpukit/posix/include/rtems/posix/semaphoreimpl.h
+++ b/cpukit/posix/include/rtems/posix/semaphoreimpl.h
@@ -21,6 +21,7 @@
#include <rtems/posix/semaphore.h>
#include <rtems/posix/posixapi.h>
+#include <rtems/score/coresemimpl.h>
#include <errno.h>