Changeset ad91b806 in mainline for uspace/drv/bus/usb/uhci/uhci_batch.h
- Timestamp:
- 2011-12-06T12:31:05Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f7ac3f3
- Parents:
- 6bba41d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/uhci_batch.h
r6bba41d rad91b806 62 62 uhci_transfer_batch_t * uhci_transfer_batch_get(usb_transfer_batch_t *batch); 63 63 void uhci_transfer_batch_finish_dispose(uhci_transfer_batch_t *uhci_batch); 64 bool uhci_transfer_batch_is_complete( uhci_transfer_batch_t *uhci_batch);64 bool uhci_transfer_batch_is_complete(const uhci_transfer_batch_t *uhci_batch); 65 65 66 66 static inline void * uhci_transfer_batch_setup_buffer(
Note:
See TracChangeset
for help on using the changeset viewer.