diff options
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 |