2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org>

* include/tm27.h, timer/timer.c: #include <rtems/tic4x/c4xio.h>
	instead of <rtems/tic4x/c4xio.h>.
This commit is contained in:
Ralf Corsepius
2005-02-02 02:29:01 +00:00
parent 043329ea62
commit 68f36fee74
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* include/tm27.h, timer/timer.c: #include <rtems/tic4x/c4xio.h>
instead of <rtems/tic4x/c4xio.h>.
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.

View File

@@ -19,7 +19,7 @@
* Stuff for Time Test 27
*/
#include <rtems/c4x/c4xio.h>
#include <rtems/tic4x/c4xio.h>
#define MUST_WAIT_FOR_INTERRUPT 0
/* XXX */

View File

@@ -20,7 +20,7 @@
#include <rtems.h>
#include <bsp.h>
#include <rtems/c4x/c4xio.h>
#include <rtems/tic4x/c4xio.h>
uint32_t Timer_interrupts;
rtems_boolean Timer_driver_Find_average_overhead;