<div dir="ltr"><div>include/hw/pci/pci.h</div><div><div><br></div><div><div>patch</div><div>---------------------</div></div></div><div><br></div><div>diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h</div><div>index c352c7b..d3bc224 100644</div><div>--- a/include/hw/pci/pci.h</div><div>+++ b/include/hw/pci/pci.h</div><div>@@ -338,6 +338,9 @@ typedef PCIINTxRoute (*pci_route_irq_fn)(void *opaque, int pin);</div><div> #define PCI_BUS(obj) OBJECT_CHECK(PCIBus, (obj), TYPE_PCI_BUS)</div><div> #define TYPE_PCIE_BUS "PCIE"</div><div> </div><div>+uint32_t host_pci_read_config(int bus, int slot, int fn, uint32_t address, int len);</div><div>+void host_pci_write_config(int bus, int slot, int fn, uint32_t address, int len, uint32_t val);</div><div>+</div><div> bool pci_bus_is_express(PCIBus *bus);</div><div> bool pci_bus_is_root(PCIBus *bus);</div><div> void pci_bus_new_inplace(PCIBus *bus, size_t bus_size, DeviceState *parent,</div></div>