testsuites: Include <bsp.h>

Include <bsp.h> for proper BSP specific <rtems/confdefs.h>
initialization.
This commit is contained in:
Sebastian Huber
2012-11-14 11:51:45 +01:00
parent a3e8ab2a4c
commit dc0eed7b97
5 changed files with 10 additions and 0 deletions

View File

@@ -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);

View File

@@ -14,6 +14,8 @@
#include <rtems.h>
#include "rtems/blkdev.h"
#include <bsp.h>
rtems_task Init(
rtems_task_argument argument
);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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)
{