2018-08-06 02:29:53 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
*
|
2012-04-12 15:48:49 +09:00
|
|
|
* EHCI SuperH driver platform data
|
|
|
|
|
*
|
|
|
|
|
* Copyright (C) 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
|
|
|
|
|
* Copyright (C) 2012 Renesas Solutions Corp.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef __USB_EHCI_SH_H
|
|
|
|
|
#define __USB_EHCI_SH_H
|
|
|
|
|
|
|
|
|
|
struct ehci_sh_platdata {
|
|
|
|
|
void (*phy_init)(void); /* Phy init function */
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#endif /* __USB_EHCI_SH_H */
|