summaryrefslogtreecommitdiffstats
path: root/include/usb/ehci.h
blob: 2ec862c84b202c2806d14c0a01777821eeff007b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __USB_EHCI_H
#define __USB_EHCI_H

#define EHCI_HAS_TT	(1 << 0)

struct ehci_platform_data {
	unsigned long flags;
	unsigned long hccr_offset;
	unsigned long hcor_offset;
};

#endif  /* __USB_EHCI_H */