summaryrefslogtreecommitdiff
path: root/hw/dec_pci.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-02-07 19:28:32 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-02-07 19:28:32 +0000
commitd55380bb9c9a5b1f4c7aa919e77f9bfb72023c3a (patch)
tree8c1410d20f748f184d17d73ec31856ed67a86d00 /hw/dec_pci.h
parentff9868ecaa9293781780c757db529dac0cc48fee (diff)
downloadqemu-d55380bb9c9a5b1f4c7aa919e77f9bfb72023c3a.tar.gz
dec: actually implement PCI bridging
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/dec_pci.h')
-rw-r--r--hw/dec_pci.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/dec_pci.h b/hw/dec_pci.h
new file mode 100644
index 0000000000..79264bac84
--- /dev/null
+++ b/hw/dec_pci.h
@@ -0,0 +1,8 @@
+#ifndef DEC_PCI_H
+#define DEC_PCI_H
+
+#include "qemu-common.h"
+
+PCIBus *pci_dec_21154_init(PCIBus *parent_bus, int devfn);
+
+#endif