Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __WIRELESS_SYSFS_H
0003 #define __WIRELESS_SYSFS_H
0004 
0005 int wiphy_sysfs_init(void);
0006 void wiphy_sysfs_exit(void);
0007 
0008 extern struct class ieee80211_class;
0009 
0010 #endif /* __WIRELESS_SYSFS_H */