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

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