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