Revision 9f6f0423 hw/pci_host.h

b/hw/pci_host.h
29 29
#define PCI_HOST_H
30 30

  
31 31
#include "sysbus.h"
32
#include "rwhandler.h"
32 33

  
33 34
struct PCIHostState {
34 35
    SysBusDevice busdev;
36
    ReadWriteHandler conf_noswap_handler;
37
    ReadWriteHandler conf_handler;
38
    ReadWriteHandler data_handler;
35 39
    uint32_t config_reg;
36 40
    PCIBus *bus;
37 41
};

Also available in: Unified diff