brintos

brintos / linux-shallow public Read only

0
0
Text · 186 B · f3459b9 Raw
9 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef B43_WA_H_3#define B43_WA_H_4 5void b43_wa_initgains(struct b43_wldev *dev);6void b43_wa_all(struct b43_wldev *dev);7 8#endif /* B43_WA_H_ */9