162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright(c) 2009-2010 Realtek Corporation.*/ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci#ifndef __RTL8821AE_LED_H__ 562306a36Sopenharmony_ci#define __RTL8821AE_LED_H__ 662306a36Sopenharmony_ci 762306a36Sopenharmony_civoid rtl8821ae_sw_led_on(struct ieee80211_hw *hw, enum rtl_led_pin pin); 862306a36Sopenharmony_civoid rtl8812ae_sw_led_on(struct ieee80211_hw *hw, enum rtl_led_pin pin); 962306a36Sopenharmony_civoid rtl8821ae_sw_led_off(struct ieee80211_hw *hw, enum rtl_led_pin pin); 1062306a36Sopenharmony_civoid rtl8812ae_sw_led_off(struct ieee80211_hw *hw, enum rtl_led_pin pin); 1162306a36Sopenharmony_civoid rtl8821ae_led_control(struct ieee80211_hw *hw, 1262306a36Sopenharmony_ci enum led_ctl_mode ledaction); 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#endif 15