summaryrefslogtreecommitdiffstats
path: root/include/usb/ehci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb/ehci.h')
-rw-r--r--include/usb/ehci.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/usb/ehci.h b/include/usb/ehci.h
new file mode 100644
index 0000000000..3304b60279
--- /dev/null
+++ b/include/usb/ehci.h
@@ -0,0 +1,10 @@
+#ifndef __USB_EHCI_H
+#define __USB_EHCI_H
+
+#define EHCI_HAS_TT (1 << 0)
+
+struct ehci_platform_data {
+ unsigned long flags;
+};
+
+#endif /* __USB_EHCI_H */