Revision c227f099 hw/xilinx_intc.c

b/hw/xilinx_intc.c
72 72
    }
73 73
}
74 74

  
75
static uint32_t pic_readl (void *opaque, a_target_phys_addr addr)
75
static uint32_t pic_readl (void *opaque, target_phys_addr_t addr)
76 76
{
77 77
    struct xlx_pic *p = opaque;
78 78
    uint32_t r = 0;
......
91 91
}
92 92

  
93 93
static void
94
pic_writel (void *opaque, a_target_phys_addr addr, uint32_t value)
94
pic_writel (void *opaque, target_phys_addr_t addr, uint32_t value)
95 95
{
96 96
    struct xlx_pic *p = opaque;
97 97

  

Also available in: Unified diff