Revision a8170e5e hw/exynos4210_i2c.c

b/hw/exynos4210_i2c.c
129 129
    exynos4210_i2c_raise_interrupt(s);
130 130
}
131 131

  
132
static uint64_t exynos4210_i2c_read(void *opaque, target_phys_addr_t offset,
132
static uint64_t exynos4210_i2c_read(void *opaque, hwaddr offset,
133 133
                                 unsigned size)
134 134
{
135 135
    Exynos4210I2CState *s = (Exynos4210I2CState *)opaque;
......
168 168
    return value;
169 169
}
170 170

  
171
static void exynos4210_i2c_write(void *opaque, target_phys_addr_t offset,
171
static void exynos4210_i2c_write(void *opaque, hwaddr offset,
172 172
                              uint64_t value, unsigned size)
173 173
{
174 174
    Exynos4210I2CState *s = (Exynos4210I2CState *)opaque;

Also available in: Unified diff