summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/eventmp.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-24 16:19:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-26 11:55:45 +0200
commitfe6c170cf58c5e42a63010b5b4c985749cbc98a6 (patch)
tree8ece5b05395597d66a96c536b0ce13568aa9edb7 /cpukit/rtems/src/eventmp.c
parentscore: Create thread implementation header (diff)
downloadrtems-fe6c170cf58c5e42a63010b5b4c985749cbc98a6.tar.bz2
score: Create states implementation header
Move implementation specific parts of states.h and states.inl into new header file statesimpl.h. The states.h contains now only the application visible API.
Diffstat (limited to 'cpukit/rtems/src/eventmp.c')
-rw-r--r--cpukit/rtems/src/eventmp.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/cpukit/rtems/src/eventmp.c b/cpukit/rtems/src/eventmp.c
index d4c890b434..ae29c3afff 100644
--- a/cpukit/rtems/src/eventmp.c
+++ b/cpukit/rtems/src/eventmp.c
@@ -18,16 +18,8 @@
#include "config.h"
#endif
-#include <rtems/system.h>
-#include <rtems/rtems/status.h>
-#include <rtems/rtems/event.h>
-#include <rtems/score/mpci.h>
-#include <rtems/score/mppkt.h>
-#include <rtems/score/object.h>
-#include <rtems/rtems/options.h>
-#include <rtems/score/states.h>
-#include <rtems/score/thread.h>
-#include <rtems/rtems/support.h>
+#include <rtems/rtems/eventimpl.h>
+#include <rtems/score/statesimpl.h>
RTEMS_STATIC_ASSERT(
sizeof(Event_MP_Packet) <= MP_PACKET_MINIMUM_PACKET_SIZE,