mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 06:21:34 +07:00
58619b14d1
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
8 lines
147 B
C
8 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_ */
|