sysfs.h 194 B

123456789
  1. #ifndef __IEEE802154_SYSFS_H
  2. #define __IEEE802154_SYSFS_H
  3. int wpan_phy_sysfs_init(void);
  4. void wpan_phy_sysfs_exit(void);
  5. extern struct class wpan_phy_class;
  6. #endif /* __IEEE802154_SYSFS_H */