sysfs.h 183 B

123456789
  1. #ifndef __WIRELESS_SYSFS_H
  2. #define __WIRELESS_SYSFS_H
  3. int wiphy_sysfs_init(void);
  4. void wiphy_sysfs_exit(void);
  5. extern struct class ieee80211_class;
  6. #endif /* __WIRELESS_SYSFS_H */