Revision 99a0949b hw/piix_pci.c

b/hw/piix_pci.c
28 28
#include "isa.h"
29 29
#include "sysbus.h"
30 30

  
31
typedef uint32_t pci_addr_t;
31
typedef uint32_t a_pci_addr;
32 32
#include "pci_host.h"
33 33

  
34 34
typedef PCIHostState I440FXState;
......
45 45

  
46 46
struct PCII440FXState {
47 47
    PCIDevice dev;
48
    target_phys_addr_t isa_page_descs[384 / 4];
48
    a_target_phys_addr isa_page_descs[384 / 4];
49 49
    uint8_t smm_enabled;
50 50
    PIIX3IrqState *irq_state;
51 51
};

Also available in: Unified diff