Changeset df40775 in mainline for uspace/lib/usb/include/usb/host/bandwidth.h
- Timestamp:
- 2011-04-04T19:38:11Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6bf9bc4
- Parents:
- 3094804b (diff), 65369473 (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/host/bandwidth.h
r3094804b rdf40775 71 71 72 72 int bandwidth_use(bandwidth_t *instance, usb_address_t address, 73 usb_endpoint_t endpoint, usb_direction_t direction );73 usb_endpoint_t endpoint, usb_direction_t direction, size_t bw); 74 74 75 75 int bandwidth_free(bandwidth_t *instance, usb_address_t address,
Note:
See TracChangeset
for help on using the changeset viewer.