Sign in
qemu
/
qemu
/
749717a0ea2f60d33d01c1e37fa24dfa7250dfc0
/
.
/
hw
/
apb_pci.h
blob: 8869f9d32641de650a962628ecabc7b9841828eb [
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
*
pic
,
PCIBus
**
bus2
,
PCIBus
**
bus3
);
#endif