Changeset 5a6cc679 in mainline for uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h
- Timestamp:
- 2018-01-31T02:21:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h
r132ab5d1 r5a6cc679 83 83 84 84 /** Indicates success/failure of the communication */ 85 int error;85 errno_t error; 86 86 } usb_transfer_batch_t; 87 87
Note:
See TracChangeset
for help on using the changeset viewer.