forked from Imagelibrary/rtems
sparc/leon2/include/bsp.h: Fix warnings
This commit is contained in:
@@ -198,9 +198,15 @@ extern void BSP_shared_interrupt_unmask(int irq);
|
|||||||
extern void BSP_shared_interrupt_mask(int irq);
|
extern void BSP_shared_interrupt_mask(int irq);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Delat method
|
* Delay method
|
||||||
*/
|
*/
|
||||||
void rtems_bsp_delay(int usecs);
|
void rtems_bsp_delay(int usecs);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Prototypes for BSP methods that are used across file boundaries
|
||||||
|
*/
|
||||||
|
int cchip1_register(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user