summaryrefslogtreecommitdiffstats
path: root/include/usb/ehci.h
blob: 3304b60279bfceaf38f09ad2fea880a9f28ab655 (plain)
1
2
3
4
5
6
7
8
9
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 */