blob: cd6851288c794b7b8ad8040b210333080133fa28 [file] [log] [blame]
Michael S. Tsirkin18e08a52009-11-11 14:59:56 +02001#ifndef QEMU_PREP_PCI_H
2#define QEMU_PREP_PCI_H
3
4#include "qemu-common.h"
5
6PCIBus *pci_prep_init(qemu_irq *pic);
7
8#endif