patch-2.4.14 linux/net/8021q/vlanproc.h
Next file: linux/net/Config.in
Previous file: linux/net/8021q/vlanproc.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Tue Oct 30 15:08:12 2001
- Orig file:
v2.4.13/linux/net/8021q/vlanproc.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.13/linux/net/8021q/vlanproc.h linux/net/8021q/vlanproc.h
@@ -0,0 +1,12 @@
+#ifndef __BEN_VLAN_PROC_INC__
+#define __BEN_VLAN_PROC_INC__
+
+int vlan_proc_init(void);
+
+int vlan_proc_rem_dev(struct net_device *vlandev);
+int vlan_proc_add_dev (struct net_device *vlandev);
+void vlan_proc_cleanup (void);
+
+#define VLAN_PROC_BUFSZ (4096) /* buffer size for printing proc info */
+
+#endif /* !(__BEN_VLAN_PROC_INC__) */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)