]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/gadget/ci_udc.h
ci_udc: Update the ci_udc driver to support bulk transfers
[u-boot] / drivers / usb / gadget / ci_udc.h
index 346164a641329981b6c187dbdf44d609f36208cf..95cc07992b412ae92495dfab3252059ed64c0c64 100644 (file)
@@ -86,6 +86,7 @@ struct ci_req {
        /* Buffer for the current transfer. Either req.buf/len or b_buf/len */
        uint8_t *hw_buf;
        uint32_t hw_len;
+       uint32_t dtd_count;
 };
 
 struct ci_ep {