qemu.py: include debug information on launch error
[qemu.git] / include / hw / pci-host / apb.h
blobb19bd55c405875cfd68bcb06b126fecc0f45a120
1 #ifndef PCI_HOST_APB_H
2 #define PCI_HOST_APB_H
4 #include "qemu-common.h"
6 PCIBus *pci_apb_init(hwaddr special_base,
7 hwaddr mem_base,
8 qemu_irq *ivec_irqs, PCIBus **bus2, PCIBus **bus3,
9 qemu_irq **pbm_irqs);
10 #endif