/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright(c) 2007 - 2017 Realtek Corporation */ #ifndef __RTL8723D_LED_H__ #define __RTL8723D_LED_H__ #include #include #include /* ******************************************************************************** * Interface to manipulate LED objects. * ******************************************************************************** */ void rtl8723du_InitSwLeds(struct adapter * adapt); void rtl8723du_DeInitSwLeds(struct adapter * adapt); #endif