mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-05-18 21:25:56 +00:00
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
7 lines
147 B
C
7 lines
147 B
C
#ifndef B43_WA_H_
|
|
#define B43_WA_H_
|
|
|
|
void b43_wa_initgains(struct b43_wldev *dev);
|
|
void b43_wa_all(struct b43_wldev *dev);
|
|
|
|
#endif /* B43_WA_H_ */
|