sysfs.h 233 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __IEEE802154_SYSFS_H
  3. #define __IEEE802154_SYSFS_H
  4. int wpan_phy_sysfs_init(void);
  5. void wpan_phy_sysfs_exit(void);
  6. extern struct class wpan_phy_class;
  7. #endif /* __IEEE802154_SYSFS_H */