From ecdcf01adddae75aaf496e95425ef927aeffca15 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 13:13:45 +0200 Subject: 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. --- testsuites/sptests/spsize/size.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/sptests/spsize/size.c') 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 #include -#include +#include #include #include #include @@ -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) + -- cgit v1.2.3