Revision f08b32fe hw/pci_host.h

b/hw/pci_host.h
40 40
uint32_t pci_data_read(PCIBus *s, uint32_t addr, int len);
41 41

  
42 42
/* for mmio */
43
int pci_host_config_register_io_memory(PCIHostState *s);
44
int pci_host_config_register_io_memory_noswap(PCIHostState *s);
45
int pci_host_data_register_io_memory(PCIHostState *s);
43
int pci_host_conf_register_mmio(PCIHostState *s);
44
int pci_host_conf_register_mmio_noswap(PCIHostState *s);
45
int pci_host_data_register_mmio(PCIHostState *s);
46 46

  
47 47
/* for ioio */
48
void pci_host_config_register_ioport(pio_addr_t ioport, PCIHostState *s);
48
void pci_host_conf_register_ioport(pio_addr_t ioport, PCIHostState *s);
49 49
void pci_host_data_register_ioport(pio_addr_t ioport, PCIHostState *s);
50 50

  
51 51
#endif /* PCI_HOST_H */

Also available in: Unified diff