Changeset d5e7668 in mainline for uspace/lib/usbvirt/include


Ignore:
Timestamp:
2010-12-13T14:56:16Z (15 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
266d0871
Parents:
76daaf9f
Message:

virtusb: named callbacks for pipe zero

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbvirt/include/usbvirt/device.h

    r76daaf9f rd5e7668  
    6666        uint8_t request_type;
    6767        uint8_t request;
     68        const char *name;
    6869        usbvirt_control_request_callback_t callback;
    6970} usbvirt_control_transfer_handler_t;
     
    7475        | (((recipient) & 31))
    7576
    76 #define USBVIRT_CONTROL_TRANSFER_HANDLER_LAST { 0, 0, NULL }
     77#define USBVIRT_CONTROL_TRANSFER_HANDLER_LAST { 0, 0, NULL, NULL }
    7778
    7879/** Device operations. */
Note: See TracChangeset for help on using the changeset viewer.