diff options
Diffstat (limited to 'hw/apb_pci.h')
-rw-r--r-- | hw/apb_pci.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/apb_pci.h b/hw/apb_pci.h new file mode 100644 index 0000000000..8869f9d326 --- /dev/null +++ b/hw/apb_pci.h @@ -0,0 +1,9 @@ +#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, + qemu_irq *pic, PCIBus **bus2, PCIBus **bus3); +#endif |