summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsize/size.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 14:19:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 15:12:55 +0200
commit8695cae269f9c87a535e26180c5b2b5d370720fa (patch)
tree61e4e5f9884fc1f9d18222e8003e63c4fc1cb8ee /testsuites/sptests/spsize/size.c
parentrtems: Create timer implementation header (diff)
downloadrtems-8695cae269f9c87a535e26180c5b2b5d370720fa.tar.bz2
rtems: Create part implementation header
Move implementation specific parts of part.h and part.inl into new header file partimpl.h. The part.h contains now only the application visible API.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/spsize/size.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c
index 3e5ae9eb31..25df94ff47 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -33,7 +33,7 @@
#include <rtems/rtems/mp.h>
#include <rtems/score/mpci.h>
#endif
-#include <rtems/rtems/part.h>
+#include <rtems/rtems/partimpl.h>
#include <rtems/score/priority.h>
#include <rtems/rtems/ratemonimpl.h>
#include <rtems/rtems/region.h>
@@ -334,7 +334,7 @@ uninitialized =
/*options.h*/ 0 +
-/*part.h*/ (sizeof _Partition_Information) +
+/*partimpl.h*/ (sizeof _Partition_Information) +
#if defined(RTEMS_MULTIPROCESSING)
/*partmp.h*/ 0 +