Changeset ae3a941 in mainline for uspace/drv/bus/usb/ohci/ohci_batch.h
- Timestamp:
- 2018-02-26T16:51:40Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e773f58
- Parents:
- 3692678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci_batch.h
r3692678 rae3a941 65 65 } ohci_transfer_batch_t; 66 66 67 ohci_transfer_batch_t * 67 ohci_transfer_batch_t *ohci_transfer_batch_create(endpoint_t *batch); 68 68 int ohci_transfer_batch_prepare(ohci_transfer_batch_t *ohci_batch); 69 69 void ohci_transfer_batch_commit(const ohci_transfer_batch_t *batch); … … 71 71 void ohci_transfer_batch_destroy(ohci_transfer_batch_t *ohci_batch); 72 72 73 static inline ohci_transfer_batch_t * ohci_transfer_batch_get(usb_transfer_batch_t *usb_batch) 73 static inline ohci_transfer_batch_t *ohci_transfer_batch_get( 74 usb_transfer_batch_t *usb_batch) 74 75 { 75 76 assert(usb_batch);
Note:
See TracChangeset
for help on using the changeset viewer.