Merge tag 'for-4.5' of git://git.osdn.jp/gitroot/uclinux-h8/linux
[deliverable/linux.git] / drivers / usb / host / xhci-rcar.h
CommitLineData
4ac8918f
YS
1/*
2 * drivers/usb/host/xhci-rcar.h
3 *
4 * Copyright (C) 2014 Renesas Electronics Corporation
5 *
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 */
10
11#ifndef _XHCI_RCAR_H
12#define _XHCI_RCAR_H
13
9bf9d9d6 14#define XHCI_RCAR_FIRMWARE_NAME_V1 "r8a779x_usb3_v1.dlmem"
526a240f 15#define XHCI_RCAR_FIRMWARE_NAME_V2 "r8a779x_usb3_v2.dlmem"
9bf9d9d6 16
4ac8918f
YS
17#if IS_ENABLED(CONFIG_USB_XHCI_RCAR)
18void xhci_rcar_start(struct usb_hcd *hcd);
19int xhci_rcar_init_quirk(struct usb_hcd *hcd);
20#else
21static inline void xhci_rcar_start(struct usb_hcd *hcd)
22{
23}
24
25static inline int xhci_rcar_init_quirk(struct usb_hcd *hcd)
26{
27 return 0;
28}
29#endif
30#endif /* _XHCI_RCAR_H */
This page took 0.105686 seconds and 5 git commands to generate.