summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-14 11:51:45 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-14 14:06:59 +0100
commitdc0eed7b97d49f35c1a9ab6048a4089364d80abc (patch)
tree7709a24b244b7344e22ea48350dc3cdee40222c7 /testsuites
parentbsps/sparc: Define bsp_reset() (diff)
downloadrtems-dc0eed7b97d49f35c1a9ab6048a4089364d80abc.tar.bz2
testsuites: Include <bsp.h>
Include <bsp.h> for proper BSP specific <rtems/confdefs.h> initialization.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/libtests/block06/init.c2
-rw-r--r--testsuites/libtests/block08/system.h2
-rw-r--r--testsuites/libtests/block09/init.c2
-rw-r--r--testsuites/libtests/block10/init.c2
-rw-r--r--testsuites/sptests/spheapprot/init.c2
5 files changed, 10 insertions, 0 deletions
diff --git a/testsuites/libtests/block06/init.c b/testsuites/libtests/block06/init.c
index ff309b1bad..fd6656cca4 100644
--- a/testsuites/libtests/block06/init.c
+++ b/testsuites/libtests/block06/init.c
@@ -29,6 +29,8 @@
#include <rtems/error.h>
#include <rtems/bdbuf.h>
+#include <bsp.h>
+
/* forward declarations to avoid warnings */
static rtems_task Init(rtems_task_argument argument);
diff --git a/testsuites/libtests/block08/system.h b/testsuites/libtests/block08/system.h
index bd4054fc49..6965104a26 100644
--- a/testsuites/libtests/block08/system.h
+++ b/testsuites/libtests/block08/system.h
@@ -14,6 +14,8 @@
#include <rtems.h>
#include "rtems/blkdev.h"
+#include <bsp.h>
+
rtems_task Init(
rtems_task_argument argument
);
diff --git a/testsuites/libtests/block09/init.c b/testsuites/libtests/block09/init.c
index e17819f8c0..15cecc3030 100644
--- a/testsuites/libtests/block09/init.c
+++ b/testsuites/libtests/block09/init.c
@@ -31,6 +31,8 @@
#include <rtems/bdbuf.h>
#include <rtems/diskdevs.h>
+#include <bsp.h>
+
/* forward declarations to avoid warnings */
static rtems_task Init(rtems_task_argument argument);
diff --git a/testsuites/libtests/block10/init.c b/testsuites/libtests/block10/init.c
index fe8c21b75f..654357f27c 100644
--- a/testsuites/libtests/block10/init.c
+++ b/testsuites/libtests/block10/init.c
@@ -30,6 +30,8 @@
#include <rtems/bdbuf.h>
#include <rtems/diskdevs.h>
+#include <bsp.h>
+
/* forward declarations to avoid warnings */
static rtems_task Init(rtems_task_argument argument);
diff --git a/testsuites/sptests/spheapprot/init.c b/testsuites/sptests/spheapprot/init.c
index d3d92453a4..d48703faa4 100644
--- a/testsuites/sptests/spheapprot/init.c
+++ b/testsuites/sptests/spheapprot/init.c
@@ -24,6 +24,8 @@
#include <rtems.h>
+#include <bsp.h>
+
#ifdef HEAP_PROTECTION
static void test_heap_block_error(Heap_Control *heap, Heap_Block *block)
{