mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 17:54:13 +08:00
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_ */
|