summaryrefslogtreecommitdiff
path: root/hw/pci-bridge/ioh3420.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pci-bridge/ioh3420.h')
-rw-r--r--hw/pci-bridge/ioh3420.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/hw/pci-bridge/ioh3420.h b/hw/pci-bridge/ioh3420.h
new file mode 100644
index 0000000000..7776e5b02d
--- /dev/null
+++ b/hw/pci-bridge/ioh3420.h
@@ -0,0 +1,10 @@
+#ifndef QEMU_IOH3420_H
+#define QEMU_IOH3420_H
+
+#include "hw/pci/pcie_port.h"
+
+PCIESlot *ioh3420_init(PCIBus *bus, int devfn, bool multifunction,
+ const char *bus_name, pci_map_irq_fn map_irq,
+ uint8_t port, uint8_t chassis, uint16_t slot);
+
+#endif /* QEMU_IOH3420_H */