Michael S. Tsirkin | 18e08a5 | 2009-11-11 14:59:56 +0200 | [diff] [blame] | 1 | #ifndef APB_PCI_H |
2 | #define APB_PCI_H | ||||
3 | |||||
4 | #include "qemu-common.h" | ||||
5 | |||||
Avi Kivity | a8170e5 | 2012-10-23 12:30:10 +0200 | [diff] [blame] | 6 | PCIBus *pci_apb_init(hwaddr special_base, |
7 | hwaddr mem_base, | ||||
Blue Swirl | 361dea4 | 2012-03-10 20:37:00 +0000 | [diff] [blame] | 8 | qemu_irq *ivec_irqs, PCIBus **bus2, PCIBus **bus3, |
9 | qemu_irq **pbm_irqs); | ||||
Michael S. Tsirkin | 18e08a5 | 2009-11-11 14:59:56 +0200 | [diff] [blame] | 10 | #endif |