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.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.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||||
|
|
||||||
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
|
* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ void bsp_pretasking_hook(void)
|
|||||||
* This routine does the bulk of the system initialization.
|
* 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_output_char_function_type BSP_output_char;
|
||||||
BSP_polling_getchar_function_type BSP_poll_char;
|
BSP_polling_getchar_function_type BSP_poll_char;
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
#include <simio.h>
|
#include <simio.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user