blob: 337545b639e9cceab7c02a6d4b1e89b51e18533e [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Alexander Aringe23e9ec2014-10-28 18:21:32 +01002#ifndef __IEEE802154_SYSFS_H
3#define __IEEE802154_SYSFS_H
4
5int wpan_phy_sysfs_init(void);
6void wpan_phy_sysfs_exit(void);
7
8extern struct class wpan_phy_class;
9
10#endif /* __IEEE802154_SYSFS_H */