]> git.proxmox.com Git - qemu.git/blobdiff - hw/pci_host.h
user: Restore debug usage message for '-d ?' in user mode emulation
[qemu.git] / hw / pci_host.h
index 5ff64430ede166faaaa8cf3397b32ff2362fe007..0a585951e07b7b2bdb51cbe6e450b67979a1ae25 100644 (file)
@@ -33,7 +33,6 @@
 
 struct PCIHostState {
     SysBusDevice busdev;
-    ReadWriteHandler conf_noswap_handler;
     ReadWriteHandler conf_handler;
     ReadWriteHandler data_handler;
     uint32_t config_reg;
@@ -44,9 +43,8 @@ void pci_data_write(PCIBus *s, uint32_t addr, uint32_t val, int len);
 uint32_t pci_data_read(PCIBus *s, uint32_t addr, int len);
 
 /* for mmio */
-int pci_host_conf_register_mmio(PCIHostState *s);
-int pci_host_conf_register_mmio_noswap(PCIHostState *s);
-int pci_host_data_register_mmio(PCIHostState *s);
+int pci_host_conf_register_mmio(PCIHostState *s, int endian);
+int pci_host_data_register_mmio(PCIHostState *s, int endian);
 
 /* for ioio */
 void pci_host_conf_register_ioport(pio_addr_t ioport, PCIHostState *s);