From 57b56a989fb0071382832c9e7263e48057314e6c Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 23 Jun 2010 15:29:44 +0200 Subject: ehci: Make has_tt configurable via platform data Signed-off-by: Sascha Hauer --- include/usb/ehci.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/usb/ehci.h (limited to 'include') 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 */ -- cgit v1.2.3