aboutsummaryrefslogtreecommitdiffstats
path: root/include/hw/pci-host/mv64361.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/pci-host/mv64361.h')
-rw-r--r--include/hw/pci-host/mv64361.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/hw/pci-host/mv64361.h b/include/hw/pci-host/mv64361.h
new file mode 100644
index 000000000..9cdb35cb3
--- /dev/null
+++ b/include/hw/pci-host/mv64361.h
@@ -0,0 +1,8 @@
+#ifndef MV64361_H
+#define MV64361_H
+
+#define TYPE_MV64361 "mv64361"
+
+PCIBus *mv64361_get_pci_bus(DeviceState *dev, int n);
+
+#endif