Add missing prototypes.

This commit is contained in:
Ralf Corsepius
2008-08-20 05:47:08 +00:00
parent 288fbd42e3
commit cc981e11bc
14 changed files with 32 additions and 32 deletions

View File

@@ -44,9 +44,9 @@
#include <bsp/irq.h>
volatile uint32_t Clock_driver_ticks;
extern int BSP_get_clock_irq_level();
extern int BSP_get_clock_irq_level(void);
extern int BSP_connect_clock_handler(rtems_isr_entry);
extern int BSP_disconnect_clock_handler();
extern int BSP_disconnect_clock_handler(void);
void Clock_exit( void );

View File

@@ -65,7 +65,7 @@
/* BSP supplied routine */
extern int mbx8xx_console_get_configuration();
extern int mbx8xx_console_get_configuration(void);
/*