Sign in
qemu
/
qemu
/
840f58617b12a536ec56e5775ab42d730d0d6259
/
.
/
hw
/
prep_pci.h
blob: b6b481a51702fe3127dcf19377a1e7a4c9bcad42 [
file
] [
log
] [
blame
]
#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_mem
,
MemoryRegion
*
address_space_io
);
#endif