Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/vhc/hub/virthub.h

    r58563585 r9d58539  
    3333 * @brief USB hub as a virtual USB device.
    3434 */
    35 
    3635#ifndef VHC_HUB_VIRTHUB_H_
    3736#define VHC_HUB_VIRTHUB_H_
     
    8079extern hub_descriptor_t hub_descriptor;
    8180
    82 int virthub_init(usbvirt_device_t *, const char *name);
     81int virthub_init(usbvirt_device_t *);
    8382int virthub_connect_device(usbvirt_device_t *, vhc_virtdev_t *);
    8483int virthub_disconnect_device(usbvirt_device_t *, vhc_virtdev_t *);
     
    8786
    8887#endif
    89 
    9088/**
    9189 * @}
Note: See TracChangeset for help on using the changeset viewer.