Linux Audio

Check our new training course

Loading...
Note: File does not exist in v3.15.
 1/* SPDX-License-Identifier: GPL-2.0 */
 2
 3#ifndef __LINUX_USB_COMMON_H
 4#define __LINUX_USB_COMMON_H
 5
 6#if defined(CONFIG_USB_LED_TRIG)
 7void ledtrig_usb_init(void);
 8void ledtrig_usb_exit(void);
 9#else
10static inline void ledtrig_usb_init(void) { }
11static inline void ledtrig_usb_exit(void) { }
12#endif
13
14#endif	/* __LINUX_USB_COMMON_H */