forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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 ); }
|
||||
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user