summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/msgmp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-25 09:10:38 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-26 11:55:46 +0200
commit7f04cb18ff2a7eddb2621de443bd7eadb9606a91 (patch)
tree9d899a3499241ee1fda3e0746a6655aeaf94cbc1 /cpukit/rtems/include/rtems/rtems/msgmp.h
parentrtems: Create signal implementation header (diff)
downloadrtems-7f04cb18ff2a7eddb2621de443bd7eadb9606a91.tar.bz2
score: Create mpci implementation header
Move implementation specific parts of mpci.h into new header file mpciimpl.h. The mpci.h contains now only the application visible API.
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/msgmp.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/msgmp.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/msgmp.h b/cpukit/rtems/include/rtems/rtems/msgmp.h
index ddb21b2781..87ae40d349 100644
--- a/cpukit/rtems/include/rtems/rtems/msgmp.h
+++ b/cpukit/rtems/include/rtems/rtems/msgmp.h
@@ -22,10 +22,7 @@
# error "Never use <rtems/rtems/msgmp.h> directly; include <rtems/rtems/messageimpl.h> instead."
#endif
-#include <rtems/rtems/messageimpl.h>
-#include <rtems/score/mppkt.h>
-#include <rtems/score/thread.h>
-#include <rtems/score/watchdog.h>
+#include <rtems/score/mpciimpl.h>
#ifdef __cplusplus
extern "C" {