mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
10 lines
226 B
C
10 lines
226 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/* Copyright(c) 2024 Realtek Corporation.*/
|
||
|
|
||
|
#ifndef __RTL92DU_LED_H__
|
||
|
#define __RTL92DU_LED_H__
|
||
|
|
||
|
void rtl92du_led_control(struct ieee80211_hw *hw, enum led_ctl_mode ledaction);
|
||
|
|
||
|
#endif
|