1 #ifdef CONFIG_SYSFS 2 extern void register_wlags_sysfs(struct net_device *); 3 extern void unregister_wlags_sysfs(struct net_device *); 4 #else register_wlags_sysfs(struct net_device * net)5static inline void register_wlags_sysfs(struct net_device *net) { } unregister_wlags_sysfs(struct net_device * net)6static inline void unregister_wlags_sysfs(struct net_device *net) { } 7 #endif 8