From 9e80202352dd49bdd9e67b8b906d86f058431505 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 11 May 2019 15:12:49 -0500 Subject: Initial import of abandoned HQEMU version 2.5.2 --- src/include/hw/pci-host/apb.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/include/hw/pci-host/apb.h (limited to 'src/include/hw/pci-host/apb.h') diff --git a/src/include/hw/pci-host/apb.h b/src/include/hw/pci-host/apb.h new file mode 100644 index 0000000..736db61 --- /dev/null +++ b/src/include/hw/pci-host/apb.h @@ -0,0 +1,10 @@ +#ifndef APB_PCI_H +#define APB_PCI_H + +#include "qemu-common.h" + +PCIBus *pci_apb_init(hwaddr special_base, + hwaddr mem_base, + qemu_irq *ivec_irqs, PCIBus **bus2, PCIBus **bus3, + qemu_irq **pbm_irqs); +#endif -- cgit v1.1