summaryrefslogtreecommitdiff
path: root/drivers/staging/wlags49_h2/wl_sysfs.h
blob: fa658c38001e6e7e6bce3cfd68dfa5c54f3996d7 (plain)
1
2
3
4
5
6
7
#ifdef CONFIG_SYSFS
extern void register_wlags_sysfs(struct net_device *);
extern void unregister_wlags_sysfs(struct net_device *);
#else
static inline void register_wlags_sysfs(struct net_device *net) { }
static inline void unregister_wlags_sysfs(struct net_device *net) { }
#endif