Larry Finger | 93bb7f3 | 2007-10-10 22:44:22 -0500 | [diff] [blame] | 1 | #ifndef B43legacy_RFKILL_H_ |
| 2 | #define B43legacy_RFKILL_H_ |
| 3 | |
Johannes Berg | f41f3f3 | 2009-06-07 12:30:34 -0500 | [diff] [blame] | 4 | struct ieee80211_hw; |
Larry Finger | 93bb7f3 | 2007-10-10 22:44:22 -0500 | [diff] [blame] | 5 | struct b43legacy_wldev; |
| 6 | |
Johannes Berg | f41f3f3 | 2009-06-07 12:30:34 -0500 | [diff] [blame] | 7 | void b43legacy_rfkill_poll(struct ieee80211_hw *hw); |
Larry Finger | 93bb7f3 | 2007-10-10 22:44:22 -0500 | [diff] [blame] | 8 | |
Johannes Berg | f41f3f3 | 2009-06-07 12:30:34 -0500 | [diff] [blame] | 9 | bool b43legacy_is_hw_radio_enabled(struct b43legacy_wldev *dev); |
Larry Finger | 93bb7f3 | 2007-10-10 22:44:22 -0500 | [diff] [blame] | 10 | |
| 11 | #endif /* B43legacy_RFKILL_H_ */ |