]> Git Repo - linux.git/blob - include/linux/platform_data/ehci-sh.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux.git] / include / linux / platform_data / ehci-sh.h
1 /* SPDX-License-Identifier: GPL-2.0
2  *
3  * EHCI SuperH driver platform data
4  *
5  * Copyright (C) 2012  Nobuhiro Iwamatsu <[email protected]>
6  * Copyright (C) 2012  Renesas Solutions Corp.
7  */
8
9 #ifndef __USB_EHCI_SH_H
10 #define __USB_EHCI_SH_H
11
12 struct ehci_sh_platdata {
13         void (*phy_init)(void); /* Phy init function */
14 };
15
16 #endif /* __USB_EHCI_SH_H */
This page took 0.031204 seconds and 4 git commands to generate.