Sign in
qemu
/
qemu
/
632056651a038e85ea9b62f1ad63a98c929ee40f
/
.
/
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