2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>

* clock/clock.c, include/bsp.h, timer/timer.c: Include
	<rtems/c4x/c4xio.h> instead of <c4xio.h>.
This commit is contained in:
Ralf Corsepius
2004-04-02 23:39:55 +00:00
parent 57c86a05a1
commit 5bcd17739a
4 changed files with 8 additions and 3 deletions

View File

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