GNU Linux-libre 4.19.295-gnu1
[releases.git] / drivers / staging / rtlwifi / rtl8822be / led.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /******************************************************************************
3  *
4  * Copyright(c) 2016  Realtek Corporation.
5  *
6  * Contact Information:
7  * wlanfae <wlanfae@realtek.com>
8  * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
9  * Hsinchu 300, Taiwan.
10  *
11  * Larry Finger <Larry.Finger@lwfinger.net>
12  *
13  *****************************************************************************/
14
15 #ifndef __RTL8822B_LED_H__
16 #define __RTL8822B_LED_H__
17
18 void rtl8822be_init_sw_leds(struct ieee80211_hw *hw);
19 void rtl8822be_sw_led_on(struct ieee80211_hw *hw, struct rtl_led *pled);
20 void rtl8822be_sw_led_off(struct ieee80211_hw *hw, struct rtl_led *pled);
21 void rtl8822be_led_control(struct ieee80211_hw *hw,
22                            enum led_ctl_mode ledaction);
23 #endif