summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-18 15:35:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:56:59 +0200
commitb5d514fe2decf47d4b5c30fb85621ba908a70889 (patch)
tree073fb315869a700eeb394a3656953d56555e63a5 /cpukit/posix
parentposix: Create message queue implementation header (diff)
downloadrtems-b5d514fe2decf47d4b5c30fb85621ba908a70889.tar.bz2
score: Create message queue implementation header
Move implementation specific parts of coremsg.h and coremsg.inl into new header file coremsgimpl.h. The coremsg.h contains now only the application visible API.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/mqueueimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/mqueueimpl.h b/cpukit/posix/include/rtems/posix/mqueueimpl.h
index 0f86e7fae1..4963c20e3d 100644
--- a/cpukit/posix/include/rtems/posix/mqueueimpl.h
+++ b/cpukit/posix/include/rtems/posix/mqueueimpl.h
@@ -21,6 +21,7 @@
#include <rtems/posix/mqueue.h>
#include <rtems/posix/posixapi.h>
+#include <rtems/score/coremsgimpl.h>
#ifdef __cplusplus
extern "C" {