summaryrefslogtreecommitdiff
path: root/include/linux/usb/hcd.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-02-01 13:38:49 +0300
committerPaul Mundt <lethal@linux-sh.org>2011-02-01 13:38:49 +0300
commit17292ecc07857bb16737c340dda289ab9d219e05 (patch)
tree214a208af0e4826b835cd4ee770c7f1573c86b04 /include/linux/usb/hcd.h
parentcd7bb53ff88a5acef942a87c1d04e6211b6470dc (diff)
parent0ce08870b8a4895044b6cf2bbdc774a6faaa3656 (diff)
downloadlinux-17292ecc07857bb16737c340dda289ab9d219e05.tar.xz
Merge branch 'sh/urgent' into sh-latest
Diffstat (limited to 'include/linux/usb/hcd.h')
-rw-r--r--include/linux/usb/hcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h
index dd6ee49a0844..a854fe89484e 100644
--- a/include/linux/usb/hcd.h
+++ b/include/linux/usb/hcd.h
@@ -112,6 +112,7 @@ struct usb_hcd {
/* Flags that get set only during HCD registration or removal. */
unsigned rh_registered:1;/* is root hub registered? */
unsigned rh_pollable:1; /* may we poll the root hub? */
+ unsigned msix_enabled:1; /* driver has MSI-X enabled? */
/* The next flag is a stopgap, to be removed when all the HCDs
* support the new root-hub polling mechanism. */