18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ci#ifndef __LINUX_USB_COMMON_H
48c2ecf20Sopenharmony_ci#define __LINUX_USB_COMMON_H
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#if defined(CONFIG_USB_LED_TRIG)
78c2ecf20Sopenharmony_civoid ledtrig_usb_init(void);
88c2ecf20Sopenharmony_civoid ledtrig_usb_exit(void);
98c2ecf20Sopenharmony_ci#else
108c2ecf20Sopenharmony_cistatic inline void ledtrig_usb_init(void) { }
118c2ecf20Sopenharmony_cistatic inline void ledtrig_usb_exit(void) { }
128c2ecf20Sopenharmony_ci#endif
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#endif	/* __LINUX_USB_COMMON_H */
15