1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright(c) 2024 Realtek Corporation.*/ 3 4 #ifndef __RTL92DU_LED_H__ 5 #define __RTL92DU_LED_H__ 6 7 void rtl92du_led_control(struct ieee80211_hw *hw, enum led_ctl_mode ledaction); 8 9 #endif 10
1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright(c) 2024 Realtek Corporation.*/ 3 4 #ifndef __RTL92DU_LED_H__ 5 #define __RTL92DU_LED_H__ 6 7 void rtl92du_led_control(struct ieee80211_hw *hw, enum led_ctl_mode ledaction); 8 9 #endif 10