Changes in uspace/lib/usb/include/usb/hc.h [56e9fb0:27ed734c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/hc.h
r56e9fb0 r27ed734c 53 53 54 54 int usb_hc_connection_initialize_from_device(usb_hc_connection_t *, 55 ddf_dev_t *);55 const ddf_dev_t *); 56 56 int usb_hc_connection_initialize(usb_hc_connection_t *, devman_handle_t); 57 57 … … 62 62 devman_handle_t *); 63 63 64 usb_address_t usb_ hc_get_address_by_handle(devman_handle_t);64 usb_address_t usb_get_address_by_handle(devman_handle_t); 65 65 66 66 int usb_hc_find(devman_handle_t, devman_handle_t *);
Note:
See TracChangeset
for help on using the changeset viewer.