mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-05-18 13:17:12 +00:00
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
9 lines
186 B
C
9 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_ */
|