Add prototypes.

This commit is contained in:
Ralf Corsepius
2009-02-10 10:03:08 +00:00
parent 1df408f5f1
commit e45dff70ef
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ rtems_device_major_number rtems_clock_minor = 0;
* This is the ISR handler.
*/
void Clock_isr()
void Clock_isr(void)
{
/* enable_tracing(); */
Clock_driver_ticks += 1;

View File

@@ -23,7 +23,7 @@
#include <bsp.h>
#include <bsp/irq.h>
extern void rtems_irq_mngt_init();
extern void rtems_irq_mngt_init(void);
/*
* bsp_start