forked from Imagelibrary/rtems
lm32_evr/include/bsp.h: Remove rtems_bsp_delay()
This commit is contained in:
@@ -6,12 +6,7 @@
|
|||||||
* @brief Global BSP definitions.
|
* @brief Global BSP definitions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* bsp.h
|
/*
|
||||||
*
|
|
||||||
* This include file contains all board IO definitions.
|
|
||||||
*
|
|
||||||
* XXX : put yours in here
|
|
||||||
*
|
|
||||||
* COPYRIGHT (c) 1989-1999.
|
* COPYRIGHT (c) 1989-1999.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* 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
|
#define TSMAC_FORCE_10BASET
|
||||||
#endif
|
#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 */
|
/* functions */
|
||||||
#if 0
|
#if 0
|
||||||
rtems_isr_entry set_vector( /* returns old vector */
|
rtems_isr_entry set_vector( /* returns old vector */
|
||||||
|
|||||||
Reference in New Issue
Block a user