2009-11-11 15:59:56 +03:00
|
|
|
#ifndef APB_PCI_H
|
|
|
|
#define APB_PCI_H
|
|
|
|
|
|
|
|
#include "qemu-common.h"
|
|
|
|
|
2012-10-23 14:30:10 +04:00
|
|
|
PCIBus *pci_apb_init(hwaddr special_base,
|
|
|
|
hwaddr mem_base,
|
2012-03-11 00:37:00 +04:00
|
|
|
qemu_irq *ivec_irqs, PCIBus **bus2, PCIBus **bus3,
|
|
|
|
qemu_irq **pbm_irqs);
|
2009-11-11 15:59:56 +03:00
|
|
|
#endif
|