mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 04:43:54 -06:00

This is now done sloppily, via get_system_memory(). Eventually callers will be converted to stop using that. Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
9 lines
170 B
C
9 lines
170 B
C
#ifndef QEMU_PREP_PCI_H
|
|
#define QEMU_PREP_PCI_H
|
|
|
|
#include "qemu-common.h"
|
|
#include "memory.h"
|
|
|
|
PCIBus *pci_prep_init(qemu_irq *pic, MemoryRegion *address_space);
|
|
|
|
#endif
|