From d8e204613365ec039f24f60d8e0374a03f59e073 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 17 Oct 2014 08:52:43 -0500 Subject: [PATCH] sparc/leon3/include/bsp.h: Fix warnings --- c/src/lib/libbsp/sparc/leon3/include/bsp.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/c/src/lib/libbsp/sparc/leon3/include/bsp.h b/c/src/lib/libbsp/sparc/leon3/include/bsp.h index 5cc6e026a6..dbd3a3dd1c 100644 --- a/c/src/lib/libbsp/sparc/leon3/include/bsp.h +++ b/c/src/lib/libbsp/sparc/leon3/include/bsp.h @@ -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