Changes in uspace/lib/usbvirt/src/device.c [7beb220:a9d85df] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/src/device.c
r7beb220 ra9d85df 87 87 88 88 devman_handle_t handle; 89 int rc = devman_ fun_get_handle(vhc_path, &handle, 0);89 int rc = devman_device_get_handle(vhc_path, &handle, 0); 90 90 if (rc != EOK) 91 91 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.