summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsize/size.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 13:51:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 15:12:54 +0200
commite90b1dfdda68f467c66445502afc092ec687b520 (patch)
tree88cf748c670b63eee10eb0a10f7c352874c7d0c2 /testsuites/sptests/spsize/size.c
parentrtems: Create ratemon implementation header (diff)
downloadrtems-e90b1dfdda68f467c66445502afc092ec687b520.tar.bz2
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.
Diffstat (limited to '')
-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 a9ce736e1d..3e5ae9eb31 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -42,7 +42,7 @@
#include <rtems/score/scheduler.h>
#include <rtems/score/sysstate.h>
#include <rtems/score/thread.h>
-#include <rtems/rtems/timer.h>
+#include <rtems/rtems/timerimpl.h>
#include <rtems/score/tod.h>
#include <rtems/score/userextimpl.h>
#include <rtems/score/watchdogimpl.h>
@@ -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) +