Changeset 7979e35 in rtems for c/src/lib/libbsp/i960
- Timestamp:
- 06/04/95 22:43:19 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e8512eb
- Parents:
- 7c22114b
- Location:
- c/src/lib/libbsp/i960/cvme961
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i960/cvme961/clock/ckinit.c
r7c22114b r7979e35 26 26 27 27 rtems_unsigned32 Clock_isrs; /* ISRs until next tick */ 28 i960_isr 28 i960_isr_entry Old_ticker; 29 29 volatile rtems_unsigned32 Clock_driver_ticks; 30 30 /* ticks since initialization */ -
c/src/lib/libbsp/i960/cvme961/include/bsp.h
r7c22114b r7979e35 120 120 void bsp_cleanup( void ); 121 121 122 i960_isr set_vector( rtems_isr_entry, unsigned int, unsigned int );122 i960_isr_entry set_vector( rtems_isr_entry, unsigned int, unsigned int ); 123 123 124 124 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.