summaryrefslogtreecommitdiffstats
path: root/src/hw/pci-bridge/dec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/pci-bridge/dec.h')
-rw-r--r--src/hw/pci-bridge/dec.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/hw/pci-bridge/dec.h b/src/hw/pci-bridge/dec.h
new file mode 100644
index 0000000..17dc0c2
--- /dev/null
+++ b/src/hw/pci-bridge/dec.h
@@ -0,0 +1,10 @@
+#ifndef DEC_PCI_H
+#define DEC_PCI_H
+
+#include "qemu-common.h"
+
+#define TYPE_DEC_21154 "dec-21154-sysbus"
+
+PCIBus *pci_dec_21154_init(PCIBus *parent_bus, int devfn);
+
+#endif
OpenPOWER on IntegriCloud