|
|
| File: [Development] / linux-2.4-xfs / net / 8021q / vlanproc.h (download)
Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.4.24pre2 |
#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__) */