Blue Swirl | d55380b | 2010-02-07 19:28:32 +0000 | [diff] [blame] | 1 | #ifndef DEC_PCI_H |
2 | #define DEC_PCI_H | ||||
3 | |||||
4 | #include "qemu-common.h" | ||||
5 | |||||
Andreas Färber | ab61536 | 2012-08-20 19:07:59 +0200 | [diff] [blame] | 6 | #define TYPE_DEC_21154 "dec-21154-sysbus" |
7 | |||||
Blue Swirl | d55380b | 2010-02-07 19:28:32 +0000 | [diff] [blame] | 8 | PCIBus *pci_dec_21154_init(PCIBus *parent_bus, int devfn); |
9 | |||||
10 | #endif |