Revision c227f099 hw/xilinx_ethlite.c

b/hw/xilinx_ethlite.c
70 70
    }
71 71
}
72 72

  
73
static uint32_t eth_readl (void *opaque, a_target_phys_addr addr)
73
static uint32_t eth_readl (void *opaque, target_phys_addr_t addr)
74 74
{
75 75
    struct xlx_ethlite *s = opaque;
76 76
    uint32_t r = 0;
......
103 103
}
104 104

  
105 105
static void
106
eth_writel (void *opaque, a_target_phys_addr addr, uint32_t value)
106
eth_writel (void *opaque, target_phys_addr_t addr, uint32_t value)
107 107
{
108 108
    struct xlx_ethlite *s = opaque;
109 109
    unsigned int base = 0;

Also available in: Unified diff