From f6c7c57d86b58e12d372495a23e331cb81ea59ff Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 14:38:19 +0200 Subject: rtems: Create region implementation header Move implementation specific parts of region.h and region.inl into new header file regionimpl.h. The region.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 25df94ff47..74818bdcf8 100644 --- a/testsuites/sptests/spsize/size.c +++ b/testsuites/sptests/spsize/size.c @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include #include @@ -344,7 +344,7 @@ uninitialized = /*ratemonimpl.h*/ (sizeof _Rate_monotonic_Information) + -/*region.h*/ (sizeof _Region_Information) + +/*regionimpl.h*/ (sizeof _Region_Information) + #if defined(RTEMS_MULTIPROCESSING) /*regionmp.h*/ 0 + -- cgit v1.2.3