blob: 736db6118e1d627856a03247446a34f22492a69d [file] [log] [blame]
Michael S. Tsirkin18e08a52009-11-11 14:59:56 +02001#ifndef APB_PCI_H
2#define APB_PCI_H
3
4#include "qemu-common.h"
5
Avi Kivitya8170e52012-10-23 12:30:10 +02006PCIBus *pci_apb_init(hwaddr special_base,
7 hwaddr mem_base,
Blue Swirl361dea42012-03-10 20:37:00 +00008 qemu_irq *ivec_irqs, PCIBus **bus2, PCIBus **bus3,
9 qemu_irq **pbm_irqs);
Michael S. Tsirkin18e08a52009-11-11 14:59:56 +020010#endif