162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci 362306a36Sopenharmony_ci#ifndef __LINUX_USB_COMMON_H 462306a36Sopenharmony_ci#define __LINUX_USB_COMMON_H 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#if defined(CONFIG_USB_LED_TRIG) 762306a36Sopenharmony_civoid ledtrig_usb_init(void); 862306a36Sopenharmony_civoid ledtrig_usb_exit(void); 962306a36Sopenharmony_ci#else 1062306a36Sopenharmony_cistatic inline void ledtrig_usb_init(void) { } 1162306a36Sopenharmony_cistatic inline void ledtrig_usb_exit(void) { } 1262306a36Sopenharmony_ci#endif 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#endif /* __LINUX_USB_COMMON_H */ 15