patch-2.3.14 linux/drivers/acorn/net/ether1.h
Next file: linux/drivers/acorn/net/ether3.c
Previous file: linux/drivers/acorn/net/ether1.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Wed Aug 18 11:38:59 1999
-  Orig file: 
v2.3.13/linux/drivers/acorn/net/ether1.h
-  Orig date: 
Mon Feb 16 15:49:47 1998
diff -u --recursive --new-file v2.3.13/linux/drivers/acorn/net/ether1.h linux/drivers/acorn/net/ether1.h
@@ -43,12 +43,12 @@
 	unsigned char restart      : 1;
 };
 
-static int ether1_open (struct device *dev);
-static int ether1_sendpacket (struct sk_buff *skb, struct device *dev);
+static int ether1_open (struct net_device *dev);
+static int ether1_sendpacket (struct sk_buff *skb, struct net_device *dev);
 static void ether1_interrupt (int irq, void *dev_id, struct pt_regs *regs);
-static int ether1_close (struct device *dev);
-static struct enet_statistics *ether1_getstats (struct device *dev);
-static void ether1_setmulticastlist (struct device *dev);
+static int ether1_close (struct net_device *dev);
+static struct enet_statistics *ether1_getstats (struct net_device *dev);
+static void ether1_setmulticastlist (struct net_device *dev);
 
 #define I82586_NULL (-1)
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)