Changes in uspace/lib/usbvirt/src/ctrltransfer.c [5a6cc679:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/src/ctrltransfer.c
r5a6cc679 ra35b458 60 60 return EFORWARD; 61 61 } 62 62 63 63 const usbvirt_control_request_handler_t *handler = control_handlers; 64 64 for (;handler->callback != NULL; ++handler) {
Note:
See TracChangeset
for help on using the changeset viewer.