]> Git Repo - qemu.git/blobdiff - include/hw/usb.h
crypto: Change the qcrypto_random_bytes buffer type to void*
[qemu.git] / include / hw / usb.h
index 4961405fa0d75ae0dd61815a42c29c043f1d5852..c21f41c8a9410c5c4e9d7aef0fa3d88450c3963b 100644 (file)
@@ -408,7 +408,7 @@ struct USBPacket {
 
 struct USBCombinedPacket {
     USBPacket *first;
-    QTAILQ_HEAD(packets_head, USBPacket) packets;
+    QTAILQ_HEAD(, USBPacket) packets;
     QEMUIOVector iov;
 };
 
This page took 0.023848 seconds and 4 git commands to generate.