Revision 37f32f0f hw/usb.h

b/hw/usb.h
425 425
struct USBBusOps {
426 426
    int (*register_companion)(USBBus *bus, USBPort *ports[],
427 427
                              uint32_t portcount, uint32_t firstport);
428
    void (*wakeup_endpoint)(USBBus *bus, USBEndpoint *ep);
428 429
};
429 430

  
430 431
void usb_bus_new(USBBus *bus, USBBusOps *ops, DeviceState *host);

Also available in: Unified diff