Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1/* SPDX-License-Identifier: GPL-2.0
2 *
3 * EHCI SuperH driver platform data
4 *
5 * Copyright (C) 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
6 * Copyright (C) 2012 Renesas Solutions Corp.
7 */
8
9#ifndef __USB_EHCI_SH_H
10#define __USB_EHCI_SH_H
11
12struct ehci_sh_platdata {
13 void (*phy_init)(void); /* Phy init function */
14};
15
16#endif /* __USB_EHCI_SH_H */