]> Git Repo - qemu.git/blobdiff - include/hw/ide/internal.h
portio: keep references on portio
[qemu.git] / include / hw / ide / internal.h
index 7824bc34ce1c3a53fcd5596fc480e3c3687a614b..a6dd2c3d3018a644c49e02d87ed0738a7445d0f3 100644 (file)
@@ -480,6 +480,8 @@ struct IDEBus {
     uint8_t retry_unit;
     int64_t retry_sector_num;
     uint32_t retry_nsector;
+    PortioList portio_list;
+    PortioList portio2_list;
 };
 
 #define TYPE_IDE_DEVICE "ide-device"
This page took 0.022864 seconds and 4 git commands to generate.