Ignore:
File:
1 edited

Legend:

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

    r4d31d58 r4317827  
    3737
    3838#include <adt/list.h>
     39#include <bool.h>
    3940#include <driver.h>
    4041#include <usb/usb.h>
     
    145146
    146147int usb_hcd_main(usb_hc_driver_t *);
    147 int usb_hcd_add_root_hub(usb_hc_device_t *dev);
     148int usb_hcd_add_root_hub(device_t *dev);
    148149
    149150
     
    153154 */
    154155
     156device_t *usb_hc_connect(device_t *);
    155157
    156158int usb_hc_async_interrupt_out(usb_hc_device_t *, usb_target_t,
     
    175177int usb_hc_async_wait_for(usb_handle_t);
    176178
     179int usb_hc_add_child_device(device_t *, const char *, const char *, bool);
    177180
    178181#endif
Note: See TracChangeset for help on using the changeset viewer.