--- src/hw/virtio-pci.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/hw/virtio-pci.h b/src/hw/virtio-pci.h index 29cd969..a04d38b 100644 --- a/src/hw/virtio-pci.h +++ b/src/hw/virtio-pci.h @@ -42,7 +42,7 @@
/* --- virtio 0.9.5 (legacy) struct --------------------------------- */
-struct virtio_pci_legacy { +typedef struct virtio_pci_legacy { u32 host_features; u32 guest_features; u32 queue_pfn; @@ -52,7 +52,7 @@ struct virtio_pci_legacy { u8 status; u8 isr; u8 device[]; -}; +} virtio_pci_legacy;
/* --- virtio 1.0 (modern) structs ---------------------------------- */