Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __IEEE802154_SYSFS_H
0003 #define __IEEE802154_SYSFS_H
0004 
0005 int wpan_phy_sysfs_init(void);
0006 void wpan_phy_sysfs_exit(void);
0007 
0008 extern struct class wpan_phy_class;
0009 
0010 #endif /* __IEEE802154_SYSFS_H */