summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-03-17 13:25:47 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-03-21 08:55:06 -0500
commit0e363f4cf09542122ed41753ce231e92994c4f2e (patch)
tree6e1787b5df068608ca32fa4daf54ff13fc0d83f1
parentpc386/include/bsp.h: Remove rtems_bsp_delay() (diff)
downloadrtems-0e363f4cf09542122ed41753ce231e92994c4f2e.tar.bz2
lm32_evr/include/bsp.h: Remove rtems_bsp_delay()
-rw-r--r--c/src/lib/libbsp/lm32/lm32_evr/include/bsp.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/c/src/lib/libbsp/lm32/lm32_evr/include/bsp.h b/c/src/lib/libbsp/lm32/lm32_evr/include/bsp.h
index 71412d2146..65fcdeff9c 100644
--- a/c/src/lib/libbsp/lm32/lm32_evr/include/bsp.h
+++ b/c/src/lib/libbsp/lm32/lm32_evr/include/bsp.h
@@ -6,12 +6,7 @@
* @brief Global BSP definitions.
*/
-/* bsp.h
- *
- * This include file contains all board IO definitions.
- *
- * XXX : put yours in here
- *
+/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
@@ -74,15 +69,6 @@ extern int rtems_tsmac_driver_attach(struct rtems_bsdnet_ifconfig *config,
#define TSMAC_FORCE_10BASET
#endif
- /*
- * Simple spin delay in microsecond units for device drivers.
- * This is very dependent on the clock speed of the target.
- */
-
-#define rtems_bsp_delay( microseconds ) \
- { \
- }
-
/* functions */
#if 0
rtems_isr_entry set_vector( /* returns old vector */