Changeset d9b2c73 in mainline for uspace/lib/usbhost/include/usb/host
- Timestamp:
- 2012-12-20T13:22:34Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d09791e6
- Parents:
- 8f68913f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
r8f68913f rd9b2c73 97 97 } 98 98 99 int hcd_send_batch( 100 hcd_t *hcd, ddf_fun_t *fun, usb_target_t target, usb_direction_t direction, 101 void *data, size_t size, uint64_t setup_data, 102 usbhc_iface_transfer_in_callback_t in, 103 usbhc_iface_transfer_out_callback_t out, void *arg, const char* name); 99 104 100 105 int hcd_add_device(hcd_t *instance, ddf_dev_t *parent,
Note:
See TracChangeset
for help on using the changeset viewer.