Merge branch 'next/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux...
[deliverable/linux.git] / drivers / net / wireless / b43 / rfkill.h
CommitLineData
8e9f7529
MB
1#ifndef B43_RFKILL_H_
2#define B43_RFKILL_H_
3
f41f3f37 4struct ieee80211_hw;
8e9f7529
MB
5struct b43_wldev;
6
f41f3f37 7void b43_rfkill_poll(struct ieee80211_hw *hw);
8e9f7529 8
f41f3f37 9bool b43_is_hw_radio_enabled(struct b43_wldev *dev);
8e9f7529
MB
10
11#endif /* B43_RFKILL_H_ */
This page took 0.408873 seconds and 5 git commands to generate.