]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/mac_dbdma.h
Get rid of _t suffix
[mirror_qemu.git] / hw / mac_dbdma.h
index d236c5b3f29eead8b849e85ba23d4f332d2482f9..c8c82af2d3f45fae37ddb97f9b84bae06948fc77 100644 (file)
@@ -28,7 +28,7 @@ typedef void (*DBDMA_end)(DBDMA_io *io);
 struct DBDMA_io {
     void *opaque;
     void *channel;
-    target_phys_addr_t addr;
+    a_target_phys_addr addr;
     int len;
     int is_last;
     int is_dma_out;