xref: /linux/net/wireless/sysfs.h (revision c1b1203d65955c179fec617ff17a21273f33a414)
1704232c2SJohannes Berg #ifndef __WIRELESS_SYSFS_H
2704232c2SJohannes Berg #define __WIRELESS_SYSFS_H
3704232c2SJohannes Berg 
4*c1b1203dSJoe Perches int wiphy_sysfs_init(void);
5*c1b1203dSJoe Perches void wiphy_sysfs_exit(void);
6704232c2SJohannes Berg 
7704232c2SJohannes Berg extern struct class ieee80211_class;
8704232c2SJohannes Berg 
9704232c2SJohannes Berg #endif /* __WIRELESS_SYSFS_H */
10