summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsize/size.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 13:13:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 15:12:54 +0200
commitecdcf01adddae75aaf496e95425ef927aeffca15 (patch)
tree88e108c8d19f3291772bf85f5cf1a359d013f17e /testsuites/sptests/spsize/size.c
parentscore: Include <string.h> in basedefs.h (diff)
downloadrtems-ecdcf01adddae75aaf496e95425ef927aeffca15.tar.bz2
rtems: Create ratemon implementation header
Move implementation specific parts of ratemon.h and ratemon.inl into new header file ratemonimpl.h. The ratemon.h contains now only the application visible API.
Diffstat (limited to 'testsuites/sptests/spsize/size.c')
-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 da0fb30ddb..a9ce736e1d 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -35,7 +35,7 @@
#endif
#include <rtems/rtems/part.h>
#include <rtems/score/priority.h>
-#include <rtems/rtems/ratemon.h>
+#include <rtems/rtems/ratemonimpl.h>
#include <rtems/rtems/region.h>
#include <rtems/rtems/semimpl.h>
#include <rtems/rtems/signal.h>
@@ -342,7 +342,7 @@ uninitialized =
/*percpu.h*/ (_SMP_Get_processor_count() * sizeof(Per_CPU_Control)) +
-/*ratemon.h*/ (sizeof _Rate_monotonic_Information) +
+/*ratemonimpl.h*/ (sizeof _Rate_monotonic_Information) +
/*region.h*/ (sizeof _Region_Information) +