Sign in
qemu
/
qemu
/
ef8621b1a3b199c348606c0a11a77d8e8bf135f1
/
.
/
hw
/
apb_pci.h
blob: 55f7c4c3b21b859848f693e1572df4881fb84447 [
file
] [
log
] [
blame
]
#ifndef
APB_PCI_H
#define
APB_PCI_H
#include
"qemu-common.h"
PCIBus
*
pci_apb_init
(
target_phys_addr_t
special_base
,
target_phys_addr_t
mem_base
,
qemu_irq
*
ivec_irqs
,
PCIBus
**
bus2
,
PCIBus
**
bus3
,
qemu_irq
**
pbm_irqs
);
#endif