rtl8187_rfkill.h 235 B

12345678
  1. #ifndef RTL8187_RFKILL_H
  2. #define RTL8187_RFKILL_H
  3. void rtl8187_rfkill_init(struct ieee80211_hw *hw);
  4. void rtl8187_rfkill_poll(struct ieee80211_hw *hw);
  5. void rtl8187_rfkill_exit(struct ieee80211_hw *hw);
  6. #endif /* RTL8187_RFKILL_H */