mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-05 02:39:40 +00:00
10 lines
186 B
C
10 lines
186 B
C
#ifndef B43_SYSFS_H_
|
|
#define B43_SYSFS_H_
|
|
|
|
struct b43_wldev;
|
|
|
|
int b43_sysfs_register(struct b43_wldev *dev);
|
|
void b43_sysfs_unregister(struct b43_wldev *dev);
|
|
|
|
#endif /* B43_SYSFS_H_ */
|