xref: /linux/net/wireless/sysfs.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2704232c2SJohannes Berg #ifndef __WIRELESS_SYSFS_H
3704232c2SJohannes Berg #define __WIRELESS_SYSFS_H
4704232c2SJohannes Berg 
5c1b1203dSJoe Perches int wiphy_sysfs_init(void);
6c1b1203dSJoe Perches void wiphy_sysfs_exit(void);
7704232c2SJohannes Berg 
8704232c2SJohannes Berg extern struct class ieee80211_class;
9704232c2SJohannes Berg 
10704232c2SJohannes Berg #endif /* __WIRELESS_SYSFS_H */
11