changed release number to 3.2.0

This commit is contained in:
Joel Sherrill
1995-06-04 22:43:19 +00:00
parent 7c22114bf5
commit 7979e35617
9 changed files with 32 additions and 30 deletions

View File

@@ -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 */

View File

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