forked from Imagelibrary/rtems
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/console-io.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,
|
||||
|
||||
@@ -75,7 +75,7 @@ int console_inbyte_nonblocking(
|
||||
return c;
|
||||
}
|
||||
|
||||
#include <bspIo.h>
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
void Armulator_BSP_output_char(char c) { console_outbyte_polled( 0, c ); }
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/console-io.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.
|
||||
|
||||
@@ -115,7 +115,7 @@ int console_inbyte_nonblocking(
|
||||
return -1;
|
||||
}
|
||||
|
||||
#include <bspIo.h>
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
void JMR3904_output_char(char c) { console_outbyte_polled( 0, c ); }
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/console-io.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.
|
||||
|
||||
@@ -69,7 +69,7 @@ int console_inbyte_nonblocking(
|
||||
* To support printk
|
||||
*/
|
||||
|
||||
#include <bspIo.h>
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
void PSIM_output_char(char c) { console_outbyte_polled( 0, c ); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user