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:
Joel Sherrill
2002-01-04 17:40:54 +00:00
parent 0bebe52fb3
commit 4ee84fc9f6
6 changed files with 15 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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