Revision c227f099 hw/xilinx_uartlite.c

b/hw/xilinx_uartlite.c
82 82
    s->regs[R_STATUS] = r;
83 83
}
84 84

  
85
static uint32_t uart_readl (void *opaque, a_target_phys_addr addr)
85
static uint32_t uart_readl (void *opaque, target_phys_addr_t addr)
86 86
{
87 87
    struct xlx_uartlite *s = opaque;
88 88
    uint32_t r = 0;
......
107 107
}
108 108

  
109 109
static void
110
uart_writel (void *opaque, a_target_phys_addr addr, uint32_t value)
110
uart_writel (void *opaque, target_phys_addr_t addr, uint32_t value)
111 111
{
112 112
    struct xlx_uartlite *s = opaque;
113 113
    unsigned char ch = value;

Also available in: Unified diff