Changes in uspace/lib/usbvirt/src/device.c [a9d85df:7beb220] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/src/device.c
ra9d85df r7beb220 87 87 88 88 devman_handle_t handle; 89 int rc = devman_ device_get_handle(vhc_path, &handle, 0);89 int rc = devman_fun_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.