GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / net / wireless / b43 / rfkill.h
blobf046c3ca0519bde676955a74b4074c26e8a39caf
1 #ifndef B43_RFKILL_H_
2 #define B43_RFKILL_H_
4 struct ieee80211_hw;
5 struct b43_wldev;
7 void b43_rfkill_poll(struct ieee80211_hw *hw);
9 bool b43_is_hw_radio_enabled(struct b43_wldev *dev);
11 #endif /* B43_RFKILL_H_ */