2007-09-28 03:35:34 +08:00
|
|
|
#ifndef B43_RFKILL_H_
|
|
|
|
#define B43_RFKILL_H_
|
|
|
|
|
2009-06-08 01:30:34 +08:00
|
|
|
struct ieee80211_hw;
|
2007-09-28 03:35:34 +08:00
|
|
|
struct b43_wldev;
|
|
|
|
|
2009-06-08 01:30:34 +08:00
|
|
|
void b43_rfkill_poll(struct ieee80211_hw *hw);
|
2007-09-28 03:35:34 +08:00
|
|
|
|
2009-06-08 01:30:34 +08:00
|
|
|
bool b43_is_hw_radio_enabled(struct b43_wldev *dev);
|
2007-09-28 03:35:34 +08:00
|
|
|
|
|
|
|
#endif /* B43_RFKILL_H_ */
|