2007-10-11 03:44:22 +00:00
|
|
|
#ifndef B43legacy_RFKILL_H_
|
|
|
|
#define B43legacy_RFKILL_H_
|
|
|
|
|
2009-06-07 17:30:34 +00:00
|
|
|
struct ieee80211_hw;
|
2007-10-11 03:44:22 +00:00
|
|
|
struct b43legacy_wldev;
|
|
|
|
|
2009-06-07 17:30:34 +00:00
|
|
|
void b43legacy_rfkill_poll(struct ieee80211_hw *hw);
|
2007-10-11 03:44:22 +00:00
|
|
|
|
2009-06-07 17:30:34 +00:00
|
|
|
bool b43legacy_is_hw_radio_enabled(struct b43legacy_wldev *dev);
|
2007-10-11 03:44:22 +00:00
|
|
|
|
|
|
|
#endif /* B43legacy_RFKILL_H_ */
|