summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems
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/rtems/include/rtems/rtems
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/rtems/include/rtems/rtems')
-rw-r--r--cpukit/rtems/include/rtems/rtems/semimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/semimpl.h b/cpukit/rtems/include/rtems/rtems/semimpl.h
index 8bd762b4bd..047a198dfb 100644
--- a/cpukit/rtems/include/rtems/rtems/semimpl.h
+++ b/cpukit/rtems/include/rtems/rtems/semimpl.h
@@ -19,6 +19,7 @@
#include <rtems/rtems/sem.h>
#include <rtems/score/coremuteximpl.h>
+#include <rtems/score/coresemimpl.h>
#ifdef __cplusplus
extern "C" {