Linux 4.2.1
[linux/fpc-iii.git] / drivers / usb / host / xhci-rcar.h
blob58501256715d504d23f33dd1074e2f04dbb6f5d3
1 /*
2 * drivers/usb/host/xhci-rcar.h
4 * Copyright (C) 2014 Renesas Electronics Corporation
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * version 2 as published by the Free Software Foundation.
9 */
11 #ifndef _XHCI_RCAR_H
12 #define _XHCI_RCAR_H
14 #if IS_ENABLED(CONFIG_USB_XHCI_RCAR)
15 void xhci_rcar_start(struct usb_hcd *hcd);
16 int xhci_rcar_init_quirk(struct usb_hcd *hcd);
17 #else
18 static inline void xhci_rcar_start(struct usb_hcd *hcd)
22 static inline int xhci_rcar_init_quirk(struct usb_hcd *hcd)
24 return 0;
26 #endif
27 #endif /* _XHCI_RCAR_H */