]> git.proxmox.com Git - mirror_qemu.git/blame - hw/prep_pci.h
pci: pass I/O address space to new PCI bus
[mirror_qemu.git] / hw / prep_pci.h
CommitLineData
18e08a55
MT
1#ifndef QEMU_PREP_PCI_H
2#define QEMU_PREP_PCI_H
3
4#include "qemu-common.h"
1e39101c 5#include "memory.h"
18e08a55 6
aee97b84
AK
7PCIBus *pci_prep_init(qemu_irq *pic,
8 MemoryRegion *address_space_mem,
9 MemoryRegion *address_space_io);
18e08a55
MT
10
11#endif