Sign in
qemu-android
/
qemu-android
/
25c4d9cc845fb58f624dae8c0f690e20c70e7a1d
/
.
/
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