Changeset cdc1aa1 in mainline for uspace/lib/usb/include/usb/usbdrv.h
- Timestamp:
- 2010-12-10T09:50:58Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7964475, bf2063e9
- Parents:
- 040068c (diff), 99ea659c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/usbdrv.h
r040068c rcdc1aa1 72 72 int usb_drv_psync_control_write_status(int, usb_target_t); 73 73 74 int usb_drv_psync_control_write(int, usb_target_t, 75 void *, size_t, void *, size_t); 76 74 77 75 78 int usb_drv_async_control_read_setup(int, usb_target_t, … … 84 87 int usb_drv_psync_control_read_status(int, usb_target_t); 85 88 89 int usb_drv_psync_control_read(int, usb_target_t, 90 void *, size_t, void *, size_t, size_t *); 91 92 86 93 87 94 int usb_drv_async_wait_for(usb_handle_t); 88 95 89 90 int usb_drv_req_set_address(int, usb_address_t, usb_address_t);91 int usb_drv_req_get_device_descriptor(int, usb_address_t,92 usb_standard_device_descriptor_t *);93 96 94 97 #endif
Note:
See TracChangeset
for help on using the changeset viewer.