Go to the documentation of this file. 1 #ifndef __BEN_VLAN_PROC_INC__
2 #define __BEN_VLAN_PROC_INC__
14 #define vlan_proc_init(net) (0)
15 #define vlan_proc_cleanup(net) do {} while (0)
16 #define vlan_proc_add_dev(dev) ({(void)(dev), 0; })
17 #define vlan_proc_rem_dev(dev) ({(void)(dev), 0; })