summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical08
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 13:13:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 15:12:54 +0200
commitecdcf01adddae75aaf496e95425ef927aeffca15 (patch)
tree88e108c8d19f3291772bf85f5cf1a359d013f17e /testsuites/sptests/spintrcritical08
parentscore: Include <string.h> in basedefs.h (diff)
downloadrtems-ecdcf01adddae75aaf496e95425ef927aeffca15.tar.bz2
rtems: Create ratemon implementation header
Move implementation specific parts of ratemon.h and ratemon.inl into new header file ratemonimpl.h. The ratemon.h contains now only the application visible API.
Diffstat (limited to 'testsuites/sptests/spintrcritical08')
-rw-r--r--testsuites/sptests/spintrcritical08/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/sptests/spintrcritical08/init.c b/testsuites/sptests/spintrcritical08/init.c
index 534cd06e1c..acb10de79f 100644
--- a/testsuites/sptests/spintrcritical08/init.c
+++ b/testsuites/sptests/spintrcritical08/init.c
@@ -14,6 +14,7 @@
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ 1
#include <tmacros.h>
#include <intrcritical.h>
+#include <rtems/rtems/ratemonimpl.h>
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);