summaryrefslogtreecommitdiffstats
path: root/src/include/hw/pci-host/apb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/hw/pci-host/apb.h')
-rw-r--r--src/include/hw/pci-host/apb.h10
1 files changed, 10 insertions, 0 deletions
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
OpenPOWER on IntegriCloud