Changeset beee81a in mainline for uspace/lib/usbvirt/include/usbvirt/device.h
- Timestamp:
- 2011-05-07T09:35:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bc02b83, d38d830
- Parents:
- 42e2172
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/include/usbvirt/device.h
r42e2172 rbeee81a 194 194 */ 195 195 usbvirt_device_state_t state; 196 /** Phone to the host controller. 197 * You shall treat this field as read only in your code. 198 */ 199 int vhc_phone; 196 200 }; 197 201 198 202 int usbvirt_device_plug(usbvirt_device_t *, const char *); 203 void usbvirt_device_unplug(usbvirt_device_t *); 199 204 200 205 void usbvirt_control_reply_helper(const usb_device_request_setup_packet_t *,
Note:
See TracChangeset
for help on using the changeset viewer.