patch-2.4.3 linux/include/linux/fcdevice.h
Next file: linux/include/linux/fddidevice.h
Previous file: linux/include/linux/ethtool.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Sun Mar 25 18:24:31 2001
- Orig file:
v2.4.2/linux/include/linux/fcdevice.h
- Orig date:
Mon Aug 23 10:12:38 1999
diff -u --recursive --new-file v2.4.2/linux/include/linux/fcdevice.h linux/include/linux/fcdevice.h
@@ -33,7 +33,10 @@
extern int fc_rebuild_header(struct sk_buff *skb);
//extern unsigned short fc_type_trans(struct sk_buff *skb, struct net_device *dev);
-extern struct net_device * init_fcdev(struct net_device *, int);
+extern struct net_device *init_fcdev(struct net_device *dev, int sizeof_priv);
+extern struct net_device *alloc_fcdev(int sizeof_priv);
+extern int register_fcdev(struct net_device *dev);
+extern void unregister_fcdev(struct net_device *dev);
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)