summaryrefslogtreecommitdiff
path: root/hw/pci-host/dec.h
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2013-05-30 12:09:20 +0300
committerMichael S. Tsirkin <mst@redhat.com>2013-06-02 18:13:37 +0300
commitcbef02f819b05112cb626a955d8c86e30afe6a9f (patch)
tree98649df17e2b62ea339f691f3fd91be38b39675e /hw/pci-host/dec.h
parent68c0e134a090666246b467deaf9046e573b089f2 (diff)
downloadqemu-cbef02f819b05112cb626a955d8c86e30afe6a9f.tar.gz
dec.c - move to pci-bridge
Looks like dec.c is in pci-host by mistake. Moving it over to pci-bridge. Acked-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
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