Changes in uspace/lib/usb/include/usb/usbdrv.h [71ed4849:7ed5b576] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/usbdrv.h
r71ed4849 r7ed5b576 41 41 #include <usb/descriptor.h> 42 42 43 int usb_drv_find_hc(device_t *, devman_handle_t *); 44 int usb_drv_hc_connect(device_t *, devman_handle_t, unsigned int); 45 int usb_drv_hc_connect_auto(device_t *, unsigned int); 43 int usb_drv_hc_connect(device_t *, unsigned int); 46 44 47 45 int usb_drv_reserve_default_address(int);
Note:
See TracChangeset
for help on using the changeset viewer.