Michael S. Tsirkin | 18e08a5 | 2009-11-11 14:59:56 +0200 | [diff] [blame] | 1 | #ifndef QEMU_PREP_PCI_H |
| 2 | #define QEMU_PREP_PCI_H |
| 3 | |
| 4 | #include "qemu-common.h" |
Avi Kivity | 1e39101 | 2011-07-26 14:26:19 +0300 | [diff] [blame] | 5 | #include "memory.h" |
Michael S. Tsirkin | 18e08a5 | 2009-11-11 14:59:56 +0200 | [diff] [blame] | 6 | |
Avi Kivity | aee97b8 | 2011-08-08 16:09:04 +0300 | [diff] [blame] | 7 | PCIBus *pci_prep_init(qemu_irq *pic, |
| 8 | MemoryRegion *address_space_mem, |
| 9 | MemoryRegion *address_space_io); |
Michael S. Tsirkin | 18e08a5 | 2009-11-11 14:59:56 +0200 | [diff] [blame] | 10 | |
| 11 | #endif |