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

This commit is contained in:
Joel Sherrill
2014-10-17 08:52:43 -05:00
parent c676ef3de6
commit d8e2046133

View File

@@ -135,6 +135,11 @@ void BSP_fatal_exit(uint32_t error);
void bsp_spurious_initialize( void );
/*
* Delay for the specified number of microseconds.
*/
void rtems_bsp_delay(int usecs);
/* Allocate 8-byte aligned non-freeable pre-malloc() memory. The function
* can be called at any time. The work-area will shrink when called before
* bsp_work_area_initialize(). malloc() is called to get memory when this