]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - include/linux/platform_data/usb-ehci-mxc.h
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
[mirror_ubuntu-bionic-kernel.git] / include / linux / platform_data / usb-ehci-mxc.h
1 #ifndef __INCLUDE_ASM_ARCH_MXC_EHCI_H
2 #define __INCLUDE_ASM_ARCH_MXC_EHCI_H
3
4 struct mxc_usbh_platform_data {
5 int (*init)(struct platform_device *pdev);
6 int (*exit)(struct platform_device *pdev);
7
8 unsigned int portsc;
9 struct usb_phy *otg;
10 };
11
12 #endif /* __INCLUDE_ASM_ARCH_MXC_EHCI_H */
13