brintos

brintos / linux-shallow public Read only

0
0
Text · 377 B · 6db5290 Raw
12 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/* Copyright(c) 2009-2012  Realtek Corporation.*/3 4#ifndef __RTL92CE_LED_H__5#define __RTL92CE_LED_H__6 7void rtl8723e_sw_led_on(struct ieee80211_hw *hw, enum rtl_led_pin pin);8void rtl8723e_sw_led_off(struct ieee80211_hw *hw, enum rtl_led_pin pin);9void rtl8723e_led_control(struct ieee80211_hw *hw, enum led_ctl_mode ledaction);10 11#endif12