1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
/* Copyright(c) 2025  Realtek Corporation
 */

#ifndef __RTW_LED_H
#define __RTW_LED_H

#ifdef CONFIG_RTW88_LEDS

void rtw_led_init(struct rtw_dev *rtwdev);
void rtw_led_deinit(struct rtw_dev *rtwdev);

#else

static inline void rtw_led_init(struct rtw_dev *rtwdev)
{
}

static inline void rtw_led_deinit(struct rtw_dev *rtwdev)
{
}

#endif

#endif
仍在說永久 想不到是藉口 從未意會要分手