forked from Imagelibrary/rtems
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:
@@ -1,3 +1,8 @@
|
|||||||
|
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>.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <c4xio.h>
|
#include <rtems/c4x/c4xio.h>
|
||||||
|
|
||||||
void Clock_exit( void );
|
void Clock_exit( void );
|
||||||
rtems_isr Clock_isr( rtems_vector_number vector );
|
rtems_isr Clock_isr( rtems_vector_number vector );
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ extern "C" {
|
|||||||
* Stuff for Time Test 27
|
* Stuff for Time Test 27
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <c4xio.h>
|
#include <rtems/c4x/c4xio.h>
|
||||||
#define MUST_WAIT_FOR_INTERRUPT 0
|
#define MUST_WAIT_FOR_INTERRUPT 0
|
||||||
|
|
||||||
/* XXX */
|
/* XXX */
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <c4xio.h>
|
#include <rtems/c4x/c4xio.h>
|
||||||
|
|
||||||
uint32_t Timer_interrupts;
|
uint32_t Timer_interrupts;
|
||||||
rtems_boolean Timer_driver_Find_average_overhead;
|
rtems_boolean Timer_driver_Find_average_overhead;
|
||||||
|
|||||||
Reference in New Issue
Block a user