migration: move some declarations to migration.h
[qemu/lumag.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