Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Stefano Brivio | 61bca6e | 2007-11-06 22:49:05 +0100 | [diff] [blame] | 2 | #ifndef B43_WA_H_ |
3 | #define B43_WA_H_ | ||||
4 | |||||
5 | void b43_wa_initgains(struct b43_wldev *dev); | ||||
6 | void b43_wa_all(struct b43_wldev *dev); | ||||
7 | |||||
8 | #endif /* B43_WA_H_ */ |