• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/rtl818x/
1#ifndef RTL8187_RFKILL_H
2#define RTL8187_RFKILL_H
3
4void rtl8187_rfkill_init(struct ieee80211_hw *hw);
5void rtl8187_rfkill_poll(struct ieee80211_hw *hw);
6void rtl8187_rfkill_exit(struct ieee80211_hw *hw);
7
8#endif /* RTL8187_RFKILL_H */
9