Changeset e2976bb in mainline for uspace/drv/bus/usb/ohci/batch.h
- Timestamp:
- 2011-08-25T11:34:19Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4f0e510
- Parents:
- 27873be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/batch.h
r27873be re2976bb 48 48 void *arg); 49 49 50 bool batch_is_complete(usb_transfer_batch_t *instance); 50 int batch_init_ohci(usb_transfer_batch_t *batch); 51 52 bool batch_is_complete(usb_transfer_batch_t *batch); 51 53 52 54 void batch_commit(usb_transfer_batch_t *instance);
Note:
See TracChangeset
for help on using the changeset viewer.