Changeset c6d8f997 in rtems
- Timestamp:
- 10/07/11 09:15:21 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- c317873
- Parents:
- 4960b29
- Location:
- c/src/lib/libcpu/powerpc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/ChangeLog
r4960b29 rc6d8f997 1 2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * mpc5xx/clock/clock.c: Make BSP_disconnect_clock_handler decl a 4 prototype. 5 1 6 2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org> 2 7 -
c/src/lib/libcpu/powerpc/mpc5xx/clock/clock.c
r4960b29 rc6d8f997 52 52 volatile uint32_t Clock_driver_ticks; 53 53 extern int BSP_connect_clock_handler(rtems_isr_entry); 54 extern int BSP_disconnect_clock_handler( );54 extern int BSP_disconnect_clock_handler(void); 55 55 extern uint32_t bsp_clicks_per_usec; 56 56
Note: See TracChangeset
for help on using the changeset viewer.