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