Sign in
qemu-android
/
qemu-android
/
8ef9935fa3f459acbbb6abbf33c0b6eb0fc3f157
/
.
/
include
/
hw
/
pci-host
/
apb.h
blob: b19bd55c405875cfd68bcb06b126fecc0f45a120 [
file
] [
log
] [
blame
]
#ifndef
PCI_HOST_APB_H
#define
PCI_HOST_APB_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