diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
commit | d6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch) | |
tree | e2be02f33984c48ec019c654051d27964e42c441 /drivers/net/7990.h | |
parent | 609d1e803baf519487233b765eb487f9ec227a18 (diff) |
Merge with 2.3.19.
Diffstat (limited to 'drivers/net/7990.h')
-rw-r--r-- | drivers/net/7990.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/7990.h b/drivers/net/7990.h index 4a8f07207..18fb26d92 100644 --- a/drivers/net/7990.h +++ b/drivers/net/7990.h @@ -247,10 +247,10 @@ struct lance_private #define LANCE_ADDR(x) ((int)(x) & ~0xff000000) /* Now the prototypes we export */ -extern int lance_open(struct device *dev); -extern int lance_close (struct device *dev); -extern int lance_start_xmit (struct sk_buff *skb, struct device *dev); -extern struct net_device_stats *lance_get_stats (struct device *dev); -extern void lance_set_multicast (struct device *dev); +extern int lance_open(struct net_device *dev); +extern int lance_close (struct net_device *dev); +extern int lance_start_xmit (struct sk_buff *skb, struct net_device *dev); +extern struct net_device_stats *lance_get_stats (struct net_device *dev); +extern void lance_set_multicast (struct net_device *dev); #endif /* ndef _7990_H */ |