summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/usb-ehci-mxc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/usb-ehci-mxc.h')
-rw-r--r--include/linux/platform_data/usb-ehci-mxc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/linux/platform_data/usb-ehci-mxc.h b/include/linux/platform_data/usb-ehci-mxc.h
new file mode 100644
index 000000000..157e71f79
--- /dev/null
+++ b/include/linux/platform_data/usb-ehci-mxc.h
@@ -0,0 +1,13 @@
+#ifndef __INCLUDE_ASM_ARCH_MXC_EHCI_H
+#define __INCLUDE_ASM_ARCH_MXC_EHCI_H
+
+struct mxc_usbh_platform_data {
+ int (*init)(struct platform_device *pdev);
+ int (*exit)(struct platform_device *pdev);
+
+ unsigned int portsc;
+ struct usb_phy *otg;
+};
+
+#endif /* __INCLUDE_ASM_ARCH_MXC_EHCI_H */
+