]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/host/ehci.h
USB: EHCI: add need_io_watchdog flag to ehci_hcd
[~andy/linux] / drivers / usb / host / ehci.h
index 48b9e889a18b43e00fca23826dfa36b9697885f0..acec108940783378dc0c70dc740e81dc2c6b247d 100644 (file)
@@ -126,6 +126,7 @@ struct ehci_hcd {                   /* one per controller */
        unsigned                big_endian_mmio:1;
        unsigned                big_endian_desc:1;
        unsigned                has_amcc_usb23:1;
+       unsigned                need_io_watchdog:1;
 
        /* required for usb32 quirk */
        #define OHCI_CTRL_HCFS          (3 << 6)