xref: /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/led.h (revision b44febedbb8dcc2463e21613b411344fff0b1f27)
1*b44febedSLarry Finger /* SPDX-License-Identifier: GPL-2.0 */
2*b44febedSLarry Finger /* Copyright(c) 2009-2012  Realtek Corporation.*/
3f1d2b4d3SLarry Finger 
4f1d2b4d3SLarry Finger #ifndef __RTL92CU_LED_H__
5f1d2b4d3SLarry Finger #define __RTL92CU_LED_H__
6f1d2b4d3SLarry Finger 
7f1d2b4d3SLarry Finger void rtl92cu_init_sw_leds(struct ieee80211_hw *hw);
8f1d2b4d3SLarry Finger void rtl92cu_deinit_sw_leds(struct ieee80211_hw *hw);
9f1d2b4d3SLarry Finger void rtl92cu_sw_led_on(struct ieee80211_hw *hw, struct rtl_led *pled);
10f1d2b4d3SLarry Finger void rtl92cu_sw_led_off(struct ieee80211_hw *hw, struct rtl_led *pled);
11f1d2b4d3SLarry Finger void rtl92cu_led_control(struct ieee80211_hw *hw, enum led_ctl_mode ledaction);
12f1d2b4d3SLarry Finger 
13f1d2b4d3SLarry Finger #endif
14