]> Pileus Git - ~andy/linux/blob - drivers/usb/chipidea/host.h
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[~andy/linux] / drivers / usb / chipidea / host.h
1 #ifndef __DRIVERS_USB_CHIPIDEA_HOST_H
2 #define __DRIVERS_USB_CHIPIDEA_HOST_H
3
4 #ifdef CONFIG_USB_CHIPIDEA_HOST
5
6 int ci_hdrc_host_init(struct ci_hdrc *ci);
7
8 #else
9
10 static inline int ci_hdrc_host_init(struct ci_hdrc *ci)
11 {
12         return -ENXIO;
13 }
14
15 #endif
16
17 #endif /* __DRIVERS_USB_CHIPIDEA_HOST_H */