summaryrefslogtreecommitdiffstats
path: root/qemu/hw/pci-bridge/dec.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/pci-bridge/dec.h')
-rw-r--r--qemu/hw/pci-bridge/dec.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/qemu/hw/pci-bridge/dec.h b/qemu/hw/pci-bridge/dec.h
deleted file mode 100644
index 17dc0c2b0..000000000
--- a/qemu/hw/pci-bridge/dec.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#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