Revision c227f099 hw/heathrow_pic.c

b/hw/heathrow_pic.c
62 62
    }
63 63
}
64 64

  
65
static void pic_writel (void *opaque, a_target_phys_addr addr, uint32_t value)
65
static void pic_writel (void *opaque, target_phys_addr_t addr, uint32_t value)
66 66
{
67 67
    HeathrowPICS *s = opaque;
68 68
    HeathrowPIC *pic;
......
92 92
    }
93 93
}
94 94

  
95
static uint32_t pic_readl (void *opaque, a_target_phys_addr addr)
95
static uint32_t pic_readl (void *opaque, target_phys_addr_t addr)
96 96
{
97 97
    HeathrowPICS *s = opaque;
98 98
    HeathrowPIC *pic;

Also available in: Unified diff