1 /* SPDX-License-Identifier: GPL-2.0
3 * EHCI SuperH driver platform data
6 * Copyright (C) 2012 Renesas Solutions Corp.
9 #ifndef __USB_EHCI_SH_H
10 #define __USB_EHCI_SH_H
12 struct ehci_sh_platdata {
13 void (*phy_init)(void); /* Phy init function */
16 #endif /* __USB_EHCI_SH_H */