summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-03-14 10:11:38 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-03-14 10:56:22 +0100
commit18ff88962458f9b0aa1150a4cfc89ac5bdd622e7 (patch)
tree925fc4510ec675b56e1218736d2b599dc9516341 /testsuites/sptests
parentbsp/qoriq: Fix interrupt numbers (diff)
downloadrtems-18ff88962458f9b0aa1150a4cfc89ac5bdd622e7.tar.bz2
score: Use ISR lock for IO driver registration
Create implementation header file. Update #2555.
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/sp40/init.c2
-rw-r--r--testsuites/sptests/spsysinit01/init.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/sptests/sp40/init.c b/testsuites/sptests/sp40/init.c
index d3b547bbbe..44e8d45a03 100644
--- a/testsuites/sptests/sp40/init.c
+++ b/testsuites/sptests/sp40/init.c
@@ -17,6 +17,8 @@
#include <tmacros.h>
+#include <rtems/ioimpl.h>
+
const char rtems_test_name[] = "SP 40";
/* forward declarations to avoid warnings */
diff --git a/testsuites/sptests/spsysinit01/init.c b/testsuites/sptests/spsysinit01/init.c
index 60e3747bc3..f89ade6487 100644
--- a/testsuites/sptests/spsysinit01/init.c
+++ b/testsuites/sptests/spsysinit01/init.c
@@ -26,6 +26,7 @@
#include <unistd.h>
#include <rtems.h>
+#include <rtems/ioimpl.h>
#include <rtems/libio_.h>
#include <rtems/sysinit.h>
#include <rtems/test.h>