]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/staging/wlags49_h2/wl_sysfs.h
Staging: wlags49_h2: add missing <linux/string.h> for strlen
[net-next-2.6.git] / drivers / staging / wlags49_h2 / wl_sysfs.h
CommitLineData
68c0bdff
HG
1#ifdef CONFIG_SYSFS
2extern void register_wlags_sysfs(struct net_device *);
3extern void unregister_wlags_sysfs(struct net_device *);
4#else
5static void register_wlags_sysfs(struct net_device *) { return; };
6static void unregister_wlags_sysfs(struct net_device *) { return; };
7#endif