]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/usb/ccid-card-passthru.c
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
[mirror_qemu.git] / hw / usb / ccid-card-passthru.c
index e53696c07ad1d75e2ec37e6f3e46b9c51c88b547..3d40b700dbeba1b431d771474d7f9a01c5170aa9 100644 (file)
@@ -307,7 +307,7 @@ static void ccid_card_vscard_read(void *opaque, const uint8_t *buf, int size)
     }
 }
 
-static void ccid_card_vscard_event(void *opaque, int event)
+static void ccid_card_vscard_event(void *opaque, QEMUChrEvent event)
 {
     PassthruState *card = opaque;