]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hw/puv3_intc.c
Rename target_phys_addr_t to hwaddr
[thirdparty/qemu.git] / hw / puv3_intc.c
index 9e0b975ea2fdca051c6af412a8d5037a2f1a9ce2..07f564906565f2323303127401062e33fcbf0513 100644 (file)
@@ -46,7 +46,7 @@ static void puv3_intc_handler(void *opaque, int irq, int level)
     puv3_intc_update(s);
 }
 
-static uint64_t puv3_intc_read(void *opaque, target_phys_addr_t offset,
+static uint64_t puv3_intc_read(void *opaque, hwaddr offset,
         unsigned size)
 {
     PUV3INTCState *s = opaque;
@@ -66,7 +66,7 @@ static uint64_t puv3_intc_read(void *opaque, target_phys_addr_t offset,
     return ret;
 }
 
-static void puv3_intc_write(void *opaque, target_phys_addr_t offset,
+static void puv3_intc_write(void *opaque, hwaddr offset,
         uint64_t value, unsigned size)
 {
     PUV3INTCState *s = opaque;