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

rfkill.h (274B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef RTL8187_RFKILL_H
      3#define RTL8187_RFKILL_H
      4
      5void rtl8187_rfkill_init(struct ieee80211_hw *hw);
      6void rtl8187_rfkill_poll(struct ieee80211_hw *hw);
      7void rtl8187_rfkill_exit(struct ieee80211_hw *hw);
      8
      9#endif /* RTL8187_RFKILL_H */