Add untested support for UNDI transmit and receive.

This commit is contained in:
Michael Brown
2007-07-02 20:05:58 +01:00
parent e42eba4af4
commit 332614a382
7 changed files with 199 additions and 118 deletions

View File

@@ -30,6 +30,8 @@ struct arp_net_protocol {
#define __arp_net_protocol \
__table ( struct arp_net_protocol, arp_net_protocols, 01 )
extern struct net_protocol arp_protocol;
extern int arp_resolve ( struct net_device *netdev,
struct net_protocol *net_protocol,
const void *dest_net_addr,