aboutsummaryrefslogtreecommitdiffstats
path: root/hw/dec_pci.h
blob: 79264bac8426dd6fa0c42a06683cc800bee2e03d (plain)
1
2
3
4
5
6
7
8
#ifndef DEC_PCI_H
#define DEC_PCI_H

#include "qemu-common.h"

PCIBus *pci_dec_21154_init(PCIBus *parent_bus, int devfn);

#endif