Sign in
qemu
/
qemu
/
c67ae9333cf94de2af043d65f3ce55ec26081c17
/
.
/
include
/
hw
/
pci-host
/
apb.h
blob: b19bd55c405875cfd68bcb06b126fecc0f45a120 [
file
]
#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