Changeset b0fc92c in mainline for uspace/lib/usb/include
- Timestamp:
- 2013-07-26T13:29:05Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 059d507
- Parents:
- f3922c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/hc.h
rf3922c2 rb0fc92c 84 84 int usb_hc_connection_close(usb_hc_connection_t *); 85 85 86 int usb_hc_get_handle_by_address(usb_hc_connection_t *, usb_address_t,87 devman_handle_t *);88 89 86 int usb_hc_read(usb_hc_connection_t *, usb_address_t, usb_endpoint_t, 90 87 uint64_t, void *, size_t, size_t *);
Note:
See TracChangeset
for help on using the changeset viewer.