brintos

brintos / linux-shallow public Read only

0
0
Text · 374 B · 33e544a 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 rtl92de_sw_led_on(struct ieee80211_hw *hw, enum rtl_led_pin pin);8void rtl92de_sw_led_off(struct ieee80211_hw *hw, enum rtl_led_pin pin);9void rtl92de_led_control(struct ieee80211_hw *hw, enum led_ctl_mode ledaction);10 11#endif12