1
0
Fork 0
remarkable-linux/drivers/staging/wlags49_h2/wl_sysfs.h

8 lines
283 B
C

#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