Merge remote-tracking branch 'remotes/kraxel/tags/seabios-1.12-20181120-pull-request...
[qemu/ar7.git] / hw / pci-bridge / dec.h
blobae17ca73625943c60458b2840665b11d5584bc0b
1 #ifndef HW_PCI_BRIDGE_DEC_H
2 #define HW_PCI_BRIDGE_DEC_H
4 #include "qemu-common.h"
6 #define TYPE_DEC_21154 "dec-21154-sysbus"
8 PCIBus *pci_dec_21154_init(PCIBus *parent_bus, int devfn);
10 #endif