Changeset a1f83a3 in mainline for uspace/lib/usbhost/include/usb/host/hcd.h
- Timestamp:
- 2017-11-14T16:35:59Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cfe4852
- Parents:
- 6cad776
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
r6cad776 ra1f83a3 102 102 } 103 103 104 extern usb_address_t hcd_request_address(hcd_t *, usb_speed_t);105 106 extern int hcd_add_ep(hcd_t *, usb_target_t, usb_direction_t,107 usb_transfer_type_t, size_t, unsigned int, size_t, usb_tt_address_t);108 109 extern int hcd_remove_ep(hcd_t *, usb_target_t, usb_direction_t);110 111 104 extern int hcd_send_batch(hcd_t *, device_t *, usb_target_t, 112 105 usb_direction_t direction, char *, size_t, uint64_t,
Note:
See TracChangeset
for help on using the changeset viewer.