Changeset c5f4e6a in mainline
- Timestamp:
- 2013-02-08T20:45:34Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 49f2f29
- Parents:
- 603a0a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/include/usbvirt/device.h
r603a0a4 rc5f4e6a 224 224 usbvirt_device_ops_t *ops; 225 225 /** Device descriptors. */ 226 usbvirt_descriptors_t *descriptors;226 const usbvirt_descriptors_t *descriptors; 227 227 /** Current device address. 228 228 * You shall treat this field as read only in your code.
Note:
See TracChangeset
for help on using the changeset viewer.