2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
	* startup/spurious.c: Include rtems/bspIo.h instead of bspIo.h.
This commit is contained in:
Joel Sherrill
2002-01-04 17:40:43 +00:00
parent f7ac3926dc
commit ed612fa12c
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.c: Include rtems/bspIo.h instead of bspIo.h.
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,

View File

@@ -65,7 +65,7 @@ void bsp_pretasking_hook(void)
* This routine does the bulk of the system initialization.
*/
#include <bspIo.h>
#include <rtems/bspIo.h>
BSP_output_char_function_type BSP_output_char;
BSP_polling_getchar_function_type BSP_poll_char;

View File

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