sparc/leon2/include/bsp.h: Fix warnings

This commit is contained in:
Joel Sherrill
2014-10-17 08:52:33 -05:00
parent 4c75e72844
commit c676ef3de6

View File

@@ -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