Patch from Emmanuel Raguet <raguet@crf.canon.fr> to add networking

information to this file to be more like the gen68360.
This commit is contained in:
Joel Sherrill
1998-10-06 13:02:51 +00:00
parent 0ebbf66b0e
commit dc6763c88f
+10
View File
@@ -54,6 +54,16 @@ extern "C" {
#include <libcpu/cpu.h>
#include <bspIo.h>
/*
* Network driver configuration
*/
struct rtems_bsdnet_ifconfig;
extern int rtems_wd_driver_attach (struct rtems_bsdnet_ifconfig *config);
#define RTEMS_BSP_NETWORK_DRIVER_NAME "wd1"
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_wd_driver_attach
/*-------------------------------------------------------------------------+
| Constants
+--------------------------------------------------------------------------*/