Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / linux / platform_data / usb-ehci-mxc.h
diff --git a/kernel/include/linux/platform_data/usb-ehci-mxc.h b/kernel/include/linux/platform_data/usb-ehci-mxc.h
new file mode 100644 (file)
index 0000000..157e71f
--- /dev/null
@@ -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 */
+