xref: /openbmc/linux/net/ieee802154/sysfs.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2e23e9ec1SAlexander Aring #ifndef __IEEE802154_SYSFS_H
3e23e9ec1SAlexander Aring #define __IEEE802154_SYSFS_H
4e23e9ec1SAlexander Aring 
5e23e9ec1SAlexander Aring int wpan_phy_sysfs_init(void);
6e23e9ec1SAlexander Aring void wpan_phy_sysfs_exit(void);
7e23e9ec1SAlexander Aring 
8e23e9ec1SAlexander Aring extern struct class wpan_phy_class;
9e23e9ec1SAlexander Aring 
10e23e9ec1SAlexander Aring #endif /* __IEEE802154_SYSFS_H */
11