Revision d47e59b8 hw/usb-ehci.c

b/hw/usb-ehci.c
1111 1111
    return 0;
1112 1112
}
1113 1113

  
1114
static void ehci_async_complete_packet(USBDevice *dev, USBPacket *packet)
1114
static void ehci_async_complete_packet(USBPort *port, USBPacket *packet)
1115 1115
{
1116 1116
    EHCIQueue *q = container_of(packet, EHCIQueue, packet);
1117 1117

  

Also available in: Unified diff