URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [net/] [8021q/] [vlanproc.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#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__) */
Go to most recent revision | Compare with Previous | Blame | View Log