Revision a8170e5e hw/puv3_gpio.c

b/hw/puv3_gpio.c
24 24
    uint32_t reg_GPIR;
25 25
} PUV3GPIOState;
26 26

  
27
static uint64_t puv3_gpio_read(void *opaque, target_phys_addr_t offset,
27
static uint64_t puv3_gpio_read(void *opaque, hwaddr offset,
28 28
        unsigned size)
29 29
{
30 30
    PUV3GPIOState *s = opaque;
......
48 48
    return ret;
49 49
}
50 50

  
51
static void puv3_gpio_write(void *opaque, target_phys_addr_t offset,
51
static void puv3_gpio_write(void *opaque, hwaddr offset,
52 52
        uint64_t value, unsigned size)
53 53
{
54 54
    PUV3GPIOState *s = opaque;

Also available in: Unified diff