Sign in
qemu-android
/
qemu-android
/
b7cd3db6f4d79f11abf0572fdc5e41d0811ea2e2
/
.
/
hw
/
prep_pci.h
blob: b6b481a51702fe3127dcf19377a1e7a4c9bcad42 [
file
]
#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