diff options
Diffstat (limited to 'drivers/net/8390.h')
-rw-r--r-- | drivers/net/8390.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/8390.h b/drivers/net/8390.h index 8e209f5e7c11..9470998bf634 100644 --- a/drivers/net/8390.h +++ b/drivers/net/8390.h | |||
@@ -33,6 +33,11 @@ extern void ei_poll(struct net_device *dev); | |||
33 | extern void eip_poll(struct net_device *dev); | 33 | extern void eip_poll(struct net_device *dev); |
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | extern void ei_tx_timeout(struct net_device *dev); | ||
37 | extern int ei_start_xmit(struct sk_buff *skb, struct net_device *dev); | ||
38 | extern void ei_set_multicast_list(struct net_device *dev); | ||
39 | extern struct net_device_stats *ei_get_stats(struct net_device *dev); | ||
40 | |||
36 | /* Without I/O delay - non ISA or later chips */ | 41 | /* Without I/O delay - non ISA or later chips */ |
37 | extern void NS8390_init(struct net_device *dev, int startp); | 42 | extern void NS8390_init(struct net_device *dev, int startp); |
38 | extern int ei_open(struct net_device *dev); | 43 | extern int ei_open(struct net_device *dev); |