]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - include/linux/platform_data/usb-ehci-mxc.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / include / linux / platform_data / usb-ehci-mxc.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __INCLUDE_ASM_ARCH_MXC_EHCI_H
3 #define __INCLUDE_ASM_ARCH_MXC_EHCI_H
4
5 struct mxc_usbh_platform_data {
6 int (*init)(struct platform_device *pdev);
7 int (*exit)(struct platform_device *pdev);
8
9 unsigned int portsc;
10 struct usb_phy *otg;
11 };
12
13 #endif /* __INCLUDE_ASM_ARCH_MXC_EHCI_H */
14