summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp31/task1.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/sp31/task1.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 'testsuites/sptests/sp31/task1.c')
-rw-r--r--testsuites/sptests/sp31/task1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/sp31/task1.c b/testsuites/sptests/sp31/task1.c
index 92b7498888..901c91385a 100644
--- a/testsuites/sptests/sp31/task1.c
+++ b/testsuites/sptests/sp31/task1.c
@@ -15,6 +15,8 @@
#include "system.h"
+#include <rtems/rtems/timerimpl.h>
+
rtems_timer_service_routine Should_not_fire_TSR(
rtems_id ignored_id,
void *ignored_address