2023-08-30 17:31:07 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
|
|
|
|
|
|
|
#ifndef __RTL92CU_LED_H__
|
|
|
|
#define __RTL92CU_LED_H__
|
|
|
|
|
2023-10-24 12:59:35 +02:00
|
|
|
void rtl92cu_sw_led_on(struct ieee80211_hw *hw, enum rtl_led_pin pin);
|
|
|
|
void rtl92cu_sw_led_off(struct ieee80211_hw *hw, enum rtl_led_pin pin);
|
2023-08-30 17:31:07 +02:00
|
|
|
void rtl92cu_led_control(struct ieee80211_hw *hw, enum led_ctl_mode ledaction);
|
|
|
|
|
|
|
|
#endif
|