Sign in
qemu-android
/
qemu-android
/
6f52d5b27bc9281eda36bfad383f380160d06c02
/
.
/
include
/
hw
/
pci-host
/
apb.h
blob: 736db6118e1d627856a03247446a34f22492a69d [
file
] [
log
] [
blame
]
#ifndef
APB_PCI_H
#define
APB_PCI_H
#include
"qemu-common.h"
PCIBus
*
pci_apb_init
(
hwaddr special_base
,
hwaddr mem_base
,
qemu_irq
*
ivec_irqs
,
PCIBus
**
bus2
,
PCIBus
**
bus3
,
qemu_irq
**
pbm_irqs
);
#endif