Changes in uspace/lib/usbvirt/src/device.c [beb83c1:fafb8e5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/src/device.c
rbeb83c1 rfafb8e5 66 66 bool processed = usbvirt_ipc_handle_call(DEV, &call); 67 67 if (!processed) { 68 if (! IPC_GET_IMETHOD(call)) {68 if (!ipc_get_imethod(&call)) { 69 69 async_answer_0(&call, EOK); 70 70 return;
Note:
See TracChangeset
for help on using the changeset viewer.