From 8695cae269f9c87a535e26180c5b2b5d370720fa Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 14:19:58 +0200 Subject: 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. --- 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 3e5ae9eb31..25df94ff47 100644 --- a/testsuites/sptests/spsize/size.c +++ b/testsuites/sptests/spsize/size.c @@ -33,7 +33,7 @@ #include #include #endif -#include +#include #include #include #include @@ -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 + -- cgit v1.2.3