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:
Ralf Corsepius
2011-10-07 09:15:21 +00:00
parent 4960b2928d
commit c6d8f9970e
2 changed files with 6 additions and 1 deletions

View File

@@ -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>
PR 1928/bsps:

View File

@@ -51,7 +51,7 @@
volatile uint32_t Clock_driver_ticks;
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;
void Clock_exit( void );