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

* console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
	* timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
This commit is contained in:
Joel Sherrill
2002-01-04 17:40:46 +00:00
parent 49b325f7ab
commit eb24fb11ce
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>
* console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
* timer/timer.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

@@ -85,7 +85,7 @@ rtems_device_minor_number Console_Port_Minor;
* printk() support that simply routes printk to stderr
*/
#include <bspIo.h>
#include <rtems/bspIo.h>
void GENMG5_output_char(char c) { write( 2, &c, 1 ); }

View File

@@ -54,7 +54,7 @@ void Timer_initialize()
#define LEAST_VALID 1 /* Don't trust a value lower than this */
/* mongoose-v can count cycles. :) */
#include <bspIo.h>
#include <rtems/bspIo.h>
int Read_timer()
{