forked from Imagelibrary/rtems
testsuites: Include <bsp.h>
Include <bsp.h> for proper BSP specific <rtems/confdefs.h> initialization.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
#include <rtems.h>
|
||||
#include "rtems/blkdev.h"
|
||||
|
||||
#include <bsp.h>
|
||||
|
||||
rtems_task Init(
|
||||
rtems_task_argument argument
|
||||
);
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user