summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-06-28 10:34:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-06-28 10:34:42 +0200
commit1a6fc8feb61c7fb27d206851baf60e3e60c2c90a (patch)
tree20f81cc912577dc82bff915a5faa930ee4a2ac99 /include
parent485890986b6cff0ff2a1f23ef46cc50451c3110f (diff)
parent17ef55f6d649440100180906e65cf244c967b765 (diff)
downloadbarebox-1a6fc8feb61c7fb27d206851baf60e3e60c2c90a.tar.gz
barebox-1a6fc8feb61c7fb27d206851baf60e3e60c2c90a.tar.xz
Merge remote branch 'origin/usb-pu' into next
Diffstat (limited to 'include')
-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 */