mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Add prototypes.
This commit is contained in:
@@ -47,7 +47,7 @@ rtems_device_major_number rtems_clock_minor = 0;
|
|||||||
* This is the ISR handler.
|
* This is the ISR handler.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void Clock_isr()
|
void Clock_isr(void)
|
||||||
{
|
{
|
||||||
/* enable_tracing(); */
|
/* enable_tracing(); */
|
||||||
Clock_driver_ticks += 1;
|
Clock_driver_ticks += 1;
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bsp/irq.h>
|
#include <bsp/irq.h>
|
||||||
|
|
||||||
extern void rtems_irq_mngt_init();
|
extern void rtems_irq_mngt_init(void);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* bsp_start
|
* bsp_start
|
||||||
|
|||||||
Reference in New Issue
Block a user