Changeset 0816c2e in mainline for uspace/lib/usbhost/include/usb/host/hcd.h
- Timestamp:
- 2013-01-04T11:22:10Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b4c1c95
- Parents:
- 17bbb28
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
r17bbb28 r0816c2e 82 82 } 83 83 84 int hcd_add_ep(hcd_t *hcd, usb_target_t target, usb_direction_t dir, 85 usb_transfer_type_t type, size_t max_packet_size, size_t size); 86 87 int hcd_remove_ep(hcd_t *hcd, usb_target_t target, usb_direction_t dir); 88 84 89 int hcd_send_batch(hcd_t *hcd, usb_target_t target, usb_direction_t direction, 85 90 void *data, size_t size, uint64_t setup_data,
Note:
See TracChangeset
for help on using the changeset viewer.