aboutsummaryrefslogtreecommitdiffstats
path: root/hw/apb_pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/apb_pci.h')
-rw-r--r--hw/apb_pci.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/apb_pci.h b/hw/apb_pci.h
new file mode 100644
index 000000000..8869f9d32
--- /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