Revision a8170e5e hw/ppce500_pci.c

b/hw/ppce500_pci.c
91 91

  
92 92
typedef struct PPCE500PCIState PPCE500PCIState;
93 93

  
94
static uint64_t pci_reg_read4(void *opaque, target_phys_addr_t addr,
94
static uint64_t pci_reg_read4(void *opaque, hwaddr addr,
95 95
                              unsigned size)
96 96
{
97 97
    PPCE500PCIState *pci = opaque;
......
160 160
    return value;
161 161
}
162 162

  
163
static void pci_reg_write4(void *opaque, target_phys_addr_t addr,
163
static void pci_reg_write4(void *opaque, hwaddr addr,
164 164
                           uint64_t value, unsigned size)
165 165
{
166 166
    PPCE500PCIState *pci = opaque;

Also available in: Unified diff