* include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
	New files missed in previous commit.
	* timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
This commit is contained in:
Joel Sherrill
2002-02-01 19:30:54 +00:00
parent 7003847359
commit 3774c7f1bb
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2001-02-01 Greg Menke <gregory.menke@gsfc.nasa.gov>
* include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
New files missed in previous commit.
* timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
2001-02-01 Greg Menke <gregory.menke@gsfc.nasa.gov>
* Update of BSP to address problems restarting, provide more

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()
{