Changes in uspace/drv/bus/usb/vhc/hub/virthub.h [9d58539:58563585] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/vhc/hub/virthub.h
r9d58539 r58563585 33 33 * @brief USB hub as a virtual USB device. 34 34 */ 35 35 36 #ifndef VHC_HUB_VIRTHUB_H_ 36 37 #define VHC_HUB_VIRTHUB_H_ … … 79 80 extern hub_descriptor_t hub_descriptor; 80 81 81 int virthub_init(usbvirt_device_t * );82 int virthub_init(usbvirt_device_t *, const char *name); 82 83 int virthub_connect_device(usbvirt_device_t *, vhc_virtdev_t *); 83 84 int virthub_disconnect_device(usbvirt_device_t *, vhc_virtdev_t *); … … 86 87 87 88 #endif 89 88 90 /** 89 91 * @}
Note:
See TracChangeset
for help on using the changeset viewer.