https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 36d8f0d2edb95685c85983c2dfc75ae8357ecb4b authored by Jason Self on 21 October 2016, 10:13:35 UTC
Linux-libre 3.10.104-gnu
Tip revision: 36d8f0d
wl_sysfs.h
#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
back to top