forked from Imagelibrary/rtems
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* mpc5xx/clock/clock.c: Make BSP_disconnect_clock_handler decl a prototype.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* mpc5xx/clock/clock.c: Make BSP_disconnect_clock_handler decl a
|
||||||
|
prototype.
|
||||||
|
|
||||||
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
PR 1928/bsps:
|
PR 1928/bsps:
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
volatile uint32_t Clock_driver_ticks;
|
volatile uint32_t Clock_driver_ticks;
|
||||||
extern int BSP_connect_clock_handler(rtems_isr_entry);
|
extern int BSP_connect_clock_handler(rtems_isr_entry);
|
||||||
extern int BSP_disconnect_clock_handler();
|
extern int BSP_disconnect_clock_handler(void);
|
||||||
extern uint32_t bsp_clicks_per_usec;
|
extern uint32_t bsp_clicks_per_usec;
|
||||||
|
|
||||||
void Clock_exit( void );
|
void Clock_exit( void );
|
||||||
|
|||||||
Reference in New Issue
Block a user