cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

wa.h (186B)


      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_ */