Changeset a312d8f in mainline for uspace/drv/bus/usb/uhci/uhci_batch.h
- Timestamp:
- 2017-10-30T22:18:28Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 17873ac7
- Parents:
- ef1a3a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/uhci_batch.h
ref1a3a8 ra312d8f 67 67 } uhci_transfer_batch_t; 68 68 69 uhci_transfer_batch_t * uhci_transfer_batch_create(endpoint_t *ep); 70 int uhci_transfer_batch_prepare(uhci_transfer_batch_t *uhci_batch); 71 bool uhci_transfer_batch_check_completed(uhci_transfer_batch_t *uhci_batch); 72 void uhci_transfer_batch_destroy(uhci_transfer_batch_t *uhci_batch); 69 uhci_transfer_batch_t * uhci_transfer_batch_create(endpoint_t *); 70 int uhci_transfer_batch_prepare(uhci_transfer_batch_t *); 71 bool uhci_transfer_batch_check_completed(uhci_transfer_batch_t *); 72 void uhci_transfer_batch_finish(uhci_transfer_batch_t *); 73 void uhci_transfer_batch_destroy(uhci_transfer_batch_t *); 73 74 74 75 /** Get offset to setup buffer accessible to the HC hw.
Note:
See TracChangeset
for help on using the changeset viewer.