From e90b1dfdda68f467c66445502afc092ec687b520 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 13:51:08 +0200 Subject: rtems: Create timer implementation header Move implementation specific parts of timer.h and timer.inl into new header file timerimpl.h. The timer.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 a9ce736e1d..3e5ae9eb31 100644 --- a/testsuites/sptests/spsize/size.c +++ b/testsuites/sptests/spsize/size.c @@ -42,7 +42,7 @@ #include #include #include -#include +#include #include #include #include @@ -399,7 +399,7 @@ uninitialized = /*threadq.h*/ -/*timer.h*/ (sizeof _Timer_Information) + +/*timerimpl.h*/ (sizeof _Timer_Information) + /*tod.h*/ (sizeof _TOD.now) + (sizeof _TOD.uptime) + -- cgit v1.2.3