]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/mac_dbdma.h
Rename target_phys_addr_t to hwaddr
[mirror_qemu.git] / hw / mac_dbdma.h
index 6d1abe6aae969bf749d4c4ef4c9bcec2af5e07b8..bfdb0ddc685354eb3b5628b43ff299325608d673 100644 (file)
@@ -30,7 +30,7 @@ typedef void (*DBDMA_end)(DBDMA_io *io);
 struct DBDMA_io {
     void *opaque;
     void *channel;
-    target_phys_addr_t addr;
+    hwaddr addr;
     int len;
     int is_last;
     int is_dma_out;