forked from Imagelibrary/rtems
2011-04-25 Jennifer Averett <jennifer.averett@OARcorp.com>
PR 1783/bsps * include/bsp.h: Remove dead prototypes of Clock_delay() and delay(). Neither had bodies.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2011-04-25 Jennifer Averett <jennifer.averett@OARcorp.com>
|
||||||
|
|
||||||
|
PR 1783/bsps
|
||||||
|
* include/bsp.h: Remove dead prototypes of Clock_delay() and delay().
|
||||||
|
Neither had bodies.
|
||||||
|
|
||||||
2011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
2011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
PR 1748/bsps
|
PR 1748/bsps
|
||||||
|
|||||||
@@ -52,15 +52,6 @@ extern int rtems_erc32_sonic_driver_attach (struct rtems_bsdnet_ifconfig *config
|
|||||||
#define RTEMS_BSP_NETWORK_DRIVER_NAME "sonic1"
|
#define RTEMS_BSP_NETWORK_DRIVER_NAME "sonic1"
|
||||||
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_erc32_sonic_driver_attach
|
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_erc32_sonic_driver_attach
|
||||||
|
|
||||||
/*
|
|
||||||
* Simple spin delay in microsecond units for device drivers.
|
|
||||||
* This is very dependent on the clock speed of the target.
|
|
||||||
*/
|
|
||||||
|
|
||||||
extern void Clock_delay(uint32_t microseconds);
|
|
||||||
|
|
||||||
#define delay( microseconds ) Clock_delay(microseconds)
|
|
||||||
|
|
||||||
/* Constants */
|
/* Constants */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2011-04-25 Jennifer Averett <jennifer.averett@OARcorp.com>
|
||||||
|
|
||||||
|
PR 1783/bsps
|
||||||
|
* include/bsp.h: Remove dead prototypes of Clock_delay() and delay().
|
||||||
|
Neither had bodies.
|
||||||
|
|
||||||
2011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
2011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
PR 1748/bsps
|
PR 1748/bsps
|
||||||
|
|||||||
@@ -59,14 +59,6 @@ extern int rtems_smc91111_driver_attach_leon2(struct rtems_bsdnet_ifconfig *conf
|
|||||||
* The synchronous trap is an arbitrarily chosen software trap.
|
* The synchronous trap is an arbitrarily chosen software trap.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
* Simple spin delay in microsecond units for device drivers.
|
|
||||||
* This is very dependent on the clock speed of the target.
|
|
||||||
*/
|
|
||||||
|
|
||||||
extern void Clock_delay(uint32_t microseconds);
|
|
||||||
|
|
||||||
#define delay( microseconds ) Clock_delay(microseconds)
|
|
||||||
extern int CPU_SPARC_HAS_SNOOPING;
|
extern int CPU_SPARC_HAS_SNOOPING;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2011-04-25 Jennifer Averett <jennifer.averett@OARcorp.com>
|
||||||
|
|
||||||
|
PR 1783/bsps
|
||||||
|
* include/bsp.h: Remove dead prototypes of Clock_delay() and delay().
|
||||||
|
Neither had bodies.
|
||||||
|
|
||||||
2011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
2011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
PR 1748/bsps
|
PR 1748/bsps
|
||||||
|
|||||||
@@ -74,14 +74,6 @@ extern int rtems_leon_greth_driver_attach(
|
|||||||
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH RTEMS_BSP_NETWORK_DRIVER_ATTACH_GRETH
|
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH RTEMS_BSP_NETWORK_DRIVER_ATTACH_GRETH
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
|
||||||
* Simple spin delay in microsecond units for device drivers.
|
|
||||||
* This is very dependent on the clock speed of the target.
|
|
||||||
*/
|
|
||||||
|
|
||||||
extern void Clock_delay(uint32_t microseconds);
|
|
||||||
|
|
||||||
#define delay( microseconds ) Clock_delay(microseconds)
|
|
||||||
extern int CPU_SPARC_HAS_SNOOPING;
|
extern int CPU_SPARC_HAS_SNOOPING;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user