patch-2.4.3 linux/include/linux/hippidevice.h
Next file: linux/include/linux/hysdn_if.h
Previous file: linux/include/linux/hdlc.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Mar 26 15:49:42 2001
- Orig file:
v2.4.2/linux/include/linux/hippidevice.h
- Orig date:
Thu Jan 4 14:52:01 2001
diff -u --recursive --new-file v2.4.2/linux/include/linux/hippidevice.h linux/include/linux/hippidevice.h
@@ -51,7 +51,9 @@
extern void hippi_net_init(void);
void hippi_setup(struct net_device *dev);
-extern struct net_device *init_hippi_dev(struct net_device *, int);
+extern struct net_device *init_hippi_dev(struct net_device *dev, int sizeof_priv);
+extern struct net_device *alloc_hippi_dev(int sizeof_priv);
+extern int register_hipdev(struct net_device *dev);
extern void unregister_hipdev(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)