6 #define ENABLE_NE2000 1
13 _PROTOTYPE( int el2_probe
, (struct dpeth
* dep
) );
16 _PROTOTYPE( u8_t inb
, (port_t port
) );
17 _PROTOTYPE( u16_t inw
, (port_t port
) );
18 _PROTOTYPE( void outb
, (port_t port
, u8_t v
) );
19 _PROTOTYPE( void outw
, (port_t port
, u16_t v
) );
22 _PROTOTYPE( int ne_probe
, (struct dpeth
*dep
) );
23 _PROTOTYPE( void ne_init
, (struct dpeth
*dep
) );
26 _PROTOTYPE( int rtl_probe
, (struct dpeth
*dep
) );
29 _PROTOTYPE( int wdeth_probe
, (struct dpeth
* dep
) );