2009-11-11 15:59:56 +03:00
|
|
|
#ifndef QEMU_PREP_PCI_H
|
|
|
|
#define QEMU_PREP_PCI_H
|
|
|
|
|
|
|
|
#include "qemu-common.h"
|
2011-07-26 15:26:19 +04:00
|
|
|
#include "memory.h"
|
2009-11-11 15:59:56 +03:00
|
|
|
|
2011-08-08 17:09:04 +04:00
|
|
|
PCIBus *pci_prep_init(qemu_irq *pic,
|
|
|
|
MemoryRegion *address_space_mem,
|
|
|
|
MemoryRegion *address_space_io);
|
2009-11-11 15:59:56 +03:00
|
|
|
|
|
|
|
#endif
|