xref: /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/led.h (revision 0770f718458ed93fe593b887fb7481c30999bea5)
1*0770f718SLarry Finger /* SPDX-License-Identifier: GPL-2.0 */
2*0770f718SLarry Finger /* Copyright(c) 2009-2012  Realtek Corporation.*/
3f1d2b4d3SLarry Finger 
4f1d2b4d3SLarry Finger #ifndef __RTL92CE_LED_H__
5f1d2b4d3SLarry Finger #define __RTL92CE_LED_H__
6f1d2b4d3SLarry Finger 
7f1d2b4d3SLarry Finger void rtl92ce_init_sw_leds(struct ieee80211_hw *hw);
8f1d2b4d3SLarry Finger void rtl92ce_sw_led_on(struct ieee80211_hw *hw, struct rtl_led *pled);
9f1d2b4d3SLarry Finger void rtl92ce_sw_led_off(struct ieee80211_hw *hw, struct rtl_led *pled);
10f1d2b4d3SLarry Finger void rtl92ce_led_control(struct ieee80211_hw *hw, enum led_ctl_mode ledaction);
11f1d2b4d3SLarry Finger 
12f1d2b4d3SLarry Finger #endif
13