patch-2.3.14 linux/drivers/net/7990.h
Next file: linux/drivers/net/82596.c
Previous file: linux/drivers/net/7990.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Aug 18 11:36:45 1999
- Orig file:
v2.3.13/linux/drivers/net/7990.h
- Orig date:
Sat Jun 13 13:28:34 1998
diff -u --recursive --new-file v2.3.13/linux/drivers/net/7990.h linux/drivers/net/7990.h
@@ -247,10 +247,10 @@
#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 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)