summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical17
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/spintrcritical17
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/spintrcritical17')
-rw-r--r--testsuites/sptests/spintrcritical17/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/spintrcritical17/init.c b/testsuites/sptests/spintrcritical17/init.c
index 91d7b8de2e..aabd60ace8 100644
--- a/testsuites/sptests/spintrcritical17/init.c
+++ b/testsuites/sptests/spintrcritical17/init.c
@@ -18,6 +18,8 @@
#include <tmacros.h>
#include <intrcritical.h>
+#include <rtems/rtems/timerimpl.h>
+
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);