]> Git Repo - linux.git/blob - include/linux/platform_data/usb-ehci-mxc.h
ARM: dts: am33xx: Remove skeleton.dtsi usage
[linux.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
This page took 0.033826 seconds and 4 git commands to generate.