Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/hcdhubd.h

    r1f43c8f r4317827  
    146146
    147147int usb_hcd_main(usb_hc_driver_t *);
    148 int usb_hcd_add_root_hub(usb_hc_device_t *dev);
     148int usb_hcd_add_root_hub(device_t *dev);
    149149
    150150
     
    154154 */
    155155
     156device_t *usb_hc_connect(device_t *);
    156157
    157158int usb_hc_async_interrupt_out(usb_hc_device_t *, usb_target_t,
Note: See TracChangeset for help on using the changeset viewer.