forked from Imagelibrary/rtems
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h. * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
* startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
@@ -81,7 +81,7 @@ void bsp_start( void )
|
||||
BSP_Configuration.work_space_start = (void *) &_WorkspaceBase;
|
||||
}
|
||||
|
||||
#include <bspIo.h>
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
int debug_putc( char c ) { write( 2, &c, 1 ); return 0; }
|
||||
BSP_output_char_function_type BSP_output_char = debug_putc;
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
#include <bsp.h>
|
||||
#include <bspIo.h>
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
/*
|
||||
* bsp_spurious_handler_assistant
|
||||
|
||||
Reference in New Issue
Block a user