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:
Joel Sherrill
2002-01-06 20:06:32 +00:00
parent e82e618c3b
commit 0c1f025b7d
3 changed files with 7 additions and 2 deletions

View File

@@ -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.

View File

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

View File

@@ -12,7 +12,7 @@
*/
#include <bsp.h>
#include <bspIo.h>
#include <rtems/bspIo.h>
/*
* bsp_spurious_handler_assistant