sysfs.h 234 B

123456789
  1. #ifndef B43legacy_SYSFS_H_
  2. #define B43legacy_SYSFS_H_
  3. struct b43legacy_wldev;
  4. int b43legacy_sysfs_register(struct b43legacy_wldev *dev);
  5. void b43legacy_sysfs_unregister(struct b43legacy_wldev *dev);
  6. #endif /* B43legacy_SYSFS_H_ */