qemu-patch-raspberry4/hw/dec_pci.h
Blue Swirl d55380bb9c dec: actually implement PCI bridging
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2010-02-07 19:28:32 +00:00

9 lines
130 B
C

#ifndef DEC_PCI_H
#define DEC_PCI_H
#include "qemu-common.h"
PCIBus *pci_dec_21154_init(PCIBus *parent_bus, int devfn);
#endif