Hi all, here is a patch for package/ar7-atm. It fixes the bug #2377,
[openwrt.git] / package / b43 / src / sysfs.h
1 #ifndef B43_SYSFS_H_
2 #define B43_SYSFS_H_
3
4 struct b43_wldev;
5
6 int b43_sysfs_register(struct b43_wldev *dev);
7 void b43_sysfs_unregister(struct b43_wldev *dev);
8
9 #endif /* B43_SYSFS_H_ */
This page took 0.039416 seconds and 5 git commands to generate.