summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-17 08:52:43 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-19 17:00:57 -0500
commitd8e204613365ec039f24f60d8e0374a03f59e073 (patch)
tree49af33f8452a25bb19fbc3471d31c9607679ae6c
parentsparc/leon2/include/bsp.h: Fix warnings (diff)
downloadrtems-d8e204613365ec039f24f60d8e0374a03f59e073.tar.bz2
sparc/leon3/include/bsp.h: Fix warnings
-rw-r--r--c/src/lib/libbsp/sparc/leon3/include/bsp.h5
1 files changed, 5 insertions, 0 deletions
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