]> Git Repo - linux.git/blob - drivers/usb/common/common.h
Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux.git] / drivers / usb / common / common.h
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)
7 void ledtrig_usb_init(void);
8 void ledtrig_usb_exit(void);
9 #else
10 static inline void ledtrig_usb_init(void) { }
11 static inline void ledtrig_usb_exit(void) { }
12 #endif
13
14 #endif  /* __LINUX_USB_COMMON_H */
This page took 0.033786 seconds and 4 git commands to generate.