18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef B43_RFKILL_H_ 38c2ecf20Sopenharmony_ci#define B43_RFKILL_H_ 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_cistruct ieee80211_hw; 68c2ecf20Sopenharmony_cistruct b43_wldev; 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_civoid b43_rfkill_poll(struct ieee80211_hw *hw); 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_cibool b43_is_hw_radio_enabled(struct b43_wldev *dev); 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#endif /* B43_RFKILL_H_ */ 13