Ignore:
File:
1 edited

Legend:

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

    r9d58539 r58563585  
    3333 * @brief USB hub as a virtual USB device.
    3434 */
     35
    3536#ifndef VHC_HUB_VIRTHUB_H_
    3637#define VHC_HUB_VIRTHUB_H_
     
    7980extern hub_descriptor_t hub_descriptor;
    8081
    81 int virthub_init(usbvirt_device_t *);
     82int virthub_init(usbvirt_device_t *, const char *name);
    8283int virthub_connect_device(usbvirt_device_t *, vhc_virtdev_t *);
    8384int virthub_disconnect_device(usbvirt_device_t *, vhc_virtdev_t *);
     
    8687
    8788#endif
     89
    8890/**
    8991 * @}
Note: See TracChangeset for help on using the changeset viewer.