Merge commit 'ca35f780ac4654bfa086613c72b011448afff327' into upstream-merge
[qemu-kvm/amd-iommu.git] / hw / prep_pci.h
blobcd6851288c794b7b8ad8040b210333080133fa28
1 #ifndef QEMU_PREP_PCI_H
2 #define QEMU_PREP_PCI_H
4 #include "qemu-common.h"
6 PCIBus *pci_prep_init(qemu_irq *pic);
8 #endif