]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/linux/platform_data/usb-ehci-mxc.h
net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
[mirror_ubuntu-bionic-kernel.git] / include / linux / platform_data / usb-ehci-mxc.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
7e8d5cd9
DM
2#ifndef __INCLUDE_ASM_ARCH_MXC_EHCI_H
3#define __INCLUDE_ASM_ARCH_MXC_EHCI_H
4
7e8d5cd9
DM
5struct mxc_usbh_platform_data {
6 int (*init)(struct platform_device *pdev);
7 int (*exit)(struct platform_device *pdev);
8
9 unsigned int portsc;
86753811 10 struct usb_phy *otg;
7e8d5cd9
DM
11};
12
7e8d5cd9
DM
13#endif /* __INCLUDE_ASM_ARCH_MXC_EHCI_H */
14