mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 22:56:34 +08:00
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:
@@ -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
|
||||
+--------------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user