OSHW-DEIMOS/SOFTWARE/A64-TERES/linux-a64/drivers/net/wireless/b43legacy/sysfs.h
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

10 lines
234 B
C

#ifndef B43legacy_SYSFS_H_
#define B43legacy_SYSFS_H_
struct b43legacy_wldev;
int b43legacy_sysfs_register(struct b43legacy_wldev *dev);
void b43legacy_sysfs_unregister(struct b43legacy_wldev *dev);
#endif /* B43legacy_SYSFS_H_ */