Changes in uspace/drv/bus/usb/ohci/ohci_batch.h [0d4b110:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci_batch.h
r0d4b110 r9d58539 36 36 37 37 #include <adt/list.h> 38 #include < assert.h>39 #include < stdbool.h>38 #include <usbhc_iface.h> 39 #include <usb/usb.h> 40 40 #include <usb/host/usb_transfer_batch.h> 41 41 … … 63 63 void ohci_transfer_batch_commit(const ohci_transfer_batch_t *batch); 64 64 void ohci_transfer_batch_finish_dispose(ohci_transfer_batch_t *batch); 65 65 /*----------------------------------------------------------------------------*/ 66 66 static inline ohci_transfer_batch_t *ohci_transfer_batch_from_link(link_t *l) 67 67 {
Note:
See TracChangeset
for help on using the changeset viewer.