]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/host/ohci.h
USB: OHCI: redesign the TD done list
[karo-tx-linux.git] / drivers / usb / host / ohci.h
index 392932dd63184ccd7b9ad183f5a81d02f76477bd..a8259bc6fd8b37f64215df1ced984669ee0b89a4 100644 (file)
@@ -380,6 +380,7 @@ struct ohci_hcd {
        struct dma_pool         *td_cache;
        struct dma_pool         *ed_cache;
        struct td               *td_hash [TD_HASH_SIZE];
+       struct td               *dl_start, *dl_end;     /* the done list */
        struct list_head        pending;
 
        /*