blob: 79264bac8426dd6fa0c42a06683cc800bee2e03d [file] [log] [blame]
Blue Swirld55380b2010-02-07 19:28:32 +00001#ifndef DEC_PCI_H
2#define DEC_PCI_H
3
4#include "qemu-common.h"
5
6PCIBus *pci_dec_21154_init(PCIBus *parent_bus, int devfn);
7
8#endif