summaryrefslogtreecommitdiff
path: root/hw/pci-host/dec.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pci-host/dec.h')
-rw-r--r--hw/pci-host/dec.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/hw/pci-host/dec.h b/hw/pci-host/dec.h
deleted file mode 100644
index 17dc0c2b0a..0000000000
--- a/hw/pci-host/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