From d55380bb9c9a5b1f4c7aa919e77f9bfb72023c3a Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 7 Feb 2010 19:28:32 +0000 Subject: dec: actually implement PCI bridging Signed-off-by: Blue Swirl --- hw/dec_pci.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hw/dec_pci.h (limited to 'hw/dec_pci.h') diff --git a/hw/dec_pci.h b/hw/dec_pci.h new file mode 100644 index 0000000..79264ba --- /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 -- cgit v1.1