Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef B43_RFKILL_H_
0003 #define B43_RFKILL_H_
0004 
0005 struct ieee80211_hw;
0006 struct b43_wldev;
0007 
0008 void b43_rfkill_poll(struct ieee80211_hw *hw);
0009 
0010 bool b43_is_hw_radio_enabled(struct b43_wldev *dev);
0011 
0012 #endif /* B43_RFKILL_H_ */