Changes in uspace/drv/bus/usb/vhc/hub/virthub.c [b7fd2a0:58563585] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/vhc/hub/virthub.c
rb7fd2a0 r58563585 147 147 * @return Error code. 148 148 */ 149 errno_t virthub_init(usbvirt_device_t *dev, const char* name)149 int virthub_init(usbvirt_device_t *dev, const char* name) 150 150 { 151 151 if (dev == NULL) { … … 197 197 * @return Error code. 198 198 */ 199 errno_t virthub_disconnect_device(usbvirt_device_t *dev, vhc_virtdev_t *conn)199 int virthub_disconnect_device(usbvirt_device_t *dev, vhc_virtdev_t *conn) 200 200 { 201 201 assert(dev != NULL);
Note:
See TracChangeset
for help on using the changeset viewer.