Changes in uspace/lib/usbvirt/src/device.c [fafb8e5:beb83c1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/src/device.c
rfafb8e5 rbeb83c1 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.