forked from Imagelibrary/rtems
2003-02-20 Till Straumann <strauman@slac.stanford.edu>
PR 353/bsps * include/bsp.h: Let the application override the network driver and attach routine.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2003-02-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 353/bsps
|
||||
* include/bsp.h: Let the application override the network driver
|
||||
and attach routine.
|
||||
|
||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||
|
||||
@@ -87,8 +87,13 @@ extern int rtems_dec21140_driver_attach(struct rtems_bsdnet_ifconfig *, int);
|
||||
#define BSP_DEC21140_NETWORK_DRIVER_NAME "dc1"
|
||||
#define BSP_DEC21140_NETWORK_DRIVER_ATTACH rtems_dec21140_driver_attach
|
||||
|
||||
#ifndef RTEMS_BSP_NETWORK_DRIVER_NAME
|
||||
#define RTEMS_BSP_NETWORK_DRIVER_NAME BSP_DEC21140_NETWORK_DRIVER_NAME
|
||||
#endif
|
||||
|
||||
#ifndef RTEMS_BSP_NETWORK_DRIVER_ATTACH
|
||||
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH BSP_DEC21140_NETWORK_DRIVER_ATTACH
|
||||
#endif
|
||||
|
||||
/*-------------------------------------------------------------------------+
|
||||
| Constants
|
||||
|
||||
Reference in New Issue
Block a user