Markus Armbruster | 121d071 | 2016-06-29 10:12:57 +0200 | [diff] [blame] | 1 | #ifndef HW_PCI_BRIDGE_DEC_H |
2 | #define HW_PCI_BRIDGE_DEC_H | ||||
Blue Swirl | d55380b | 2010-02-07 19:28:32 +0000 | [diff] [blame] | 3 | |
Blue Swirl | d55380b | 2010-02-07 19:28:32 +0000 | [diff] [blame] | 4 | |
Andreas Färber | ab61536 | 2012-08-20 19:07:59 +0200 | [diff] [blame] | 5 | #define TYPE_DEC_21154 "dec-21154-sysbus" |
6 | |||||
Blue Swirl | d55380b | 2010-02-07 19:28:32 +0000 | [diff] [blame] | 7 | PCIBus *pci_dec_21154_init(PCIBus *parent_bus, int devfn); |
8 | |||||
9 | #endif |