2007-09-27 15:35:34 -04:00
|
|
|
#ifndef B43_RFKILL_H_
|
|
|
|
#define B43_RFKILL_H_
|
|
|
|
|
2009-06-07 13:30:34 -04:00
|
|
|
struct ieee80211_hw;
|
2007-09-27 15:35:34 -04:00
|
|
|
struct b43_wldev;
|
|
|
|
|
2009-06-07 13:30:34 -04:00
|
|
|
void b43_rfkill_poll(struct ieee80211_hw *hw);
|
2007-09-27 15:35:34 -04:00
|
|
|
|
2009-06-07 13:30:34 -04:00
|
|
|
bool b43_is_hw_radio_enabled(struct b43_wldev *dev);
|
2007-09-27 15:35:34 -04:00
|
|
|
|
|
|
|
#endif /* B43_RFKILL_H_ */
|