patch-2.1.31 linux/include/linux/netdevice.h
Next file: linux/include/linux/nfs_fs_i.h
Previous file: linux/include/linux/net.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Wed Apr  2 17:53:04 1997
-  Orig file: 
v2.1.30/linux/include/linux/netdevice.h
-  Orig date: 
Thu Mar 27 14:40:10 1997
diff -u --recursive --new-file v2.1.30/linux/include/linux/netdevice.h linux/include/linux/netdevice.h
@@ -309,6 +309,8 @@
 extern void		dev_add_pack(struct packet_type *pt);
 extern void		dev_remove_pack(struct packet_type *pt);
 extern struct device	*dev_get(const char *name);
+extern struct device	*dev_alloc(const char *name, int *err);
+extern int		dev_alloc_name(struct device *dev, const char *name);
 extern int		dev_open(struct device *dev);
 extern int		dev_close(struct device *dev);
 extern int		dev_queue_xmit(struct sk_buff *skb);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov