xref: /qemu/include/hw/pci-host/sabre.h (revision a8170e5e97ad17ca169c64ba87ae2f53850dab4c)
118e08a55SMichael S. Tsirkin #ifndef APB_PCI_H
218e08a55SMichael S. Tsirkin #define APB_PCI_H
318e08a55SMichael S. Tsirkin 
418e08a55SMichael S. Tsirkin #include "qemu-common.h"
518e08a55SMichael S. Tsirkin 
6*a8170e5eSAvi Kivity PCIBus *pci_apb_init(hwaddr special_base,
7*a8170e5eSAvi Kivity                      hwaddr mem_base,
8361dea40SBlue Swirl                      qemu_irq *ivec_irqs, PCIBus **bus2, PCIBus **bus3,
9361dea40SBlue Swirl                      qemu_irq **pbm_irqs);
1018e08a55SMichael S. Tsirkin #endif
11