diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2013-05-30 12:09:20 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2013-06-02 18:13:37 +0300 |
commit | cbef02f819b05112cb626a955d8c86e30afe6a9f (patch) | |
tree | 98649df17e2b62ea339f691f3fd91be38b39675e /hw/pci-bridge/dec.h | |
parent | 68c0e134a090666246b467deaf9046e573b089f2 (diff) |
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-bridge/dec.h')
-rw-r--r-- | hw/pci-bridge/dec.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hw/pci-bridge/dec.h b/hw/pci-bridge/dec.h new file mode 100644 index 0000000000..17dc0c2b0a --- /dev/null +++ b/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 |