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