2009-11-11 13:59:56 +01:00
|
|
|
#ifndef APB_PCI_H
|
|
|
|
#define APB_PCI_H
|
|
|
|
|
|
|
|
#include "qemu-common.h"
|
|
|
|
|
|
|
|
PCIBus *pci_apb_init(target_phys_addr_t special_base,
|
|
|
|
target_phys_addr_t mem_base,
|
2012-03-10 21:37:00 +01:00
|
|
|
qemu_irq *ivec_irqs, PCIBus **bus2, PCIBus **bus3,
|
|
|
|
qemu_irq **pbm_irqs);
|
2009-11-11 13:59:56 +01:00
|
|
|
#endif
|