diff options
author | Rodolfo Giometti <giometti@linux.it> | 2008-10-23 10:08:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-07 09:59:50 -0800 |
commit | b92a78e582b1a45649143dc86e526f5824092478 (patch) | |
tree | 916a164c604968896611fa6666679afdfd01f552 /include/linux/oxu210hp.h | |
parent | 3a4e72cbf2ac4435630a2b03bd25e60ef5967e99 (diff) |
usb host: Oxford OXU210HP HCD driver.
This driver implements the support for Oxford OXU210HP USB high-speed host,
no peripheral nor OTG.
Signed-off-by: Rodolfo Giometti <giometti@linux.it>
Cc: Kan Liu <kan.k.liu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/oxu210hp.h')
-rw-r--r-- | include/linux/oxu210hp.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/oxu210hp.h b/include/linux/oxu210hp.h new file mode 100644 index 000000000000..0bf96eae5389 --- /dev/null +++ b/include/linux/oxu210hp.h @@ -0,0 +1,7 @@ +/* platform data for the OXU210HP HCD */ + +struct oxu210hp_platform_data { + unsigned int bus16:1; + unsigned int use_hcd_otg:1; + unsigned int use_hcd_sph:1; +}; |