]> git.proxmox.com Git - qemu.git/blobdiff - include/qemu/typedefs.h
block: Add hint to -EFBIG error message
[qemu.git] / include / qemu / typedefs.h
index fd532a268d860ba59611f21c67b4ffe819df379f..93aae81a8243d216ce1653786b52b8fd6b6f4fd0 100644 (file)
@@ -18,6 +18,10 @@ typedef struct DeviceState DeviceState;
 typedef struct BusState BusState;
 typedef struct BusClass BusClass;
 
+typedef struct AddressSpace AddressSpace;
+typedef struct MemoryRegion MemoryRegion;
+typedef struct MemoryRegionSection MemoryRegionSection;
+
 typedef struct NICInfo NICInfo;
 typedef struct HCIInfo HCIInfo;
 typedef struct AudioState AudioState;