]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/ide/internal.h
exec: move include files to include/exec/
[mirror_qemu.git] / hw / ide / internal.h
index 7170bd9cd09a19299897aeec138a1add2079cbb5..c5016f0ceacabab751c216212f8c647e71eaa4d8 100644 (file)
@@ -8,7 +8,7 @@
  */
 #include <hw/ide.h>
 #include <hw/isa.h>
-#include "iorange.h"
+#include "exec/iorange.h"
 #include "dma.h"
 #include "sysemu.h"
 #include "hw/block-common.h"
@@ -393,6 +393,7 @@ struct IDEState {
     struct iovec iov;
     QEMUIOVector qiov;
     /* ATA DMA state */
+    int io_buffer_offset;
     int io_buffer_size;
     QEMUSGList sg;
     /* PIO transfer handling */