forked from Imagelibrary/rtems
changed release number to 3.2.0
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include <clockdrv.h>
|
||||
|
||||
rtems_unsigned32 Clock_isrs; /* ISRs until next tick */
|
||||
i960_isr Old_ticker;
|
||||
i960_isr_entry Old_ticker;
|
||||
volatile rtems_unsigned32 Clock_driver_ticks;
|
||||
/* ticks since initialization */
|
||||
|
||||
|
||||
@@ -119,7 +119,7 @@ BSP_EXTERN i960ca_control_table *Ctl_tbl;
|
||||
|
||||
void bsp_cleanup( void );
|
||||
|
||||
i960_isr set_vector( rtems_isr_entry, unsigned int, unsigned int );
|
||||
i960_isr_entry set_vector( rtems_isr_entry, unsigned int, unsigned int );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user