Changeset ae3a941 in mainline for uspace/lib/usbhost/include/usb/host/usb2_bus.h
- Timestamp:
- 2018-02-26T16:51:40Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e773f58
- Parents:
- 3692678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/usb2_bus.h
r3692678 rae3a941 61 61 } usb2_bus_helper_t; 62 62 63 extern void usb2_bus_helper_init(usb2_bus_helper_t *, const bandwidth_accounting_t *); 63 extern void usb2_bus_helper_init(usb2_bus_helper_t *, 64 const bandwidth_accounting_t *); 64 65 65 66 extern int usb2_bus_device_enumerate(usb2_bus_helper_t *, device_t *);
Note:
See TracChangeset
for help on using the changeset viewer.