Changes in uspace/drv/uhci-rhd/main.c [357a302:014d5033] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-rhd/main.c
r357a302 r014d5033 34 34 #include <driver.h> 35 35 #include <usb_iface.h> 36 #include <usb/ddfiface.h>37 36 38 37 #include <errno.h> … … 57 56 58 57 static usb_iface_t uhci_rh_usb_iface = { 59 .get_hc_handle = usb_iface_get_hc_handle, 60 .get_address = usb_iface_get_address_hub_impl 58 .get_hc_handle = usb_iface_get_hc_handle 61 59 }; 62 60
Note:
See TracChangeset
for help on using the changeset viewer.