summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/mppkt.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-25 10:33:41 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-26 11:55:46 +0200
commit0b9f472116eea06f17f4b481918b5d723b40cdd0 (patch)
tree8e910ff412a31c428ac379f904fdeac1fb6d9efe /cpukit/score/include/rtems/score/mppkt.h
parentscore: Create mpci implementation header (diff)
downloadrtems-0b9f472116eea06f17f4b481918b5d723b40cdd0.tar.bz2
score: Move mppkt implementation into mpciimpl.h
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/mppkt.h22
1 files changed, 9 insertions, 13 deletions
diff --git a/cpukit/score/include/rtems/score/mppkt.h b/cpukit/score/include/rtems/score/mppkt.h
index 7dca30612d..71cb7f2196 100644
--- a/cpukit/score/include/rtems/score/mppkt.h
+++ b/cpukit/score/include/rtems/score/mppkt.h
@@ -22,6 +22,14 @@
#ifndef _RTEMS_SCORE_MPPKT_H
#define _RTEMS_SCORE_MPPKT_H
+#include <rtems/score/object.h>
+#include <rtems/score/priority.h>
+#include <rtems/score/watchdog.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/**
* @defgroup ScoreMPPacket MP Packet Handler
*
@@ -33,14 +41,6 @@
*/
/**@{*/
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include <rtems/score/object.h>
-#include <rtems/score/priority.h>
-#include <rtems/score/watchdog.h>
-
/**
* The following enumerated type defines the packet classes.
*
@@ -111,15 +111,11 @@ typedef struct {
#define MP_PACKET_MINIMUN_HETERO_CONVERSION \
( sizeof( MP_packet_Prefix ) / sizeof( uint32_t ) )
-#ifndef __RTEMS_APPLICATION__
-#include <rtems/score/mppkt.inl>
-#endif
+/**@}*/
#ifdef __cplusplus
}
#endif
-/**@}*/
-
#endif
/* end of include file */