]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/net/wireless/b43legacy/rfkill.h
Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-bionic-kernel.git] / drivers / net / wireless / b43legacy / rfkill.h
CommitLineData
93bb7f3a
LF
1#ifndef B43legacy_RFKILL_H_
2#define B43legacy_RFKILL_H_
3
f41f3f37 4struct ieee80211_hw;
93bb7f3a
LF
5struct b43legacy_wldev;
6
f41f3f37 7void b43legacy_rfkill_poll(struct ieee80211_hw *hw);
93bb7f3a 8
f41f3f37 9bool b43legacy_is_hw_radio_enabled(struct b43legacy_wldev *dev);
93bb7f3a
LF
10
11#endif /* B43legacy_RFKILL_H_ */