repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pc: Set fw_cfg data based on APIC ID calculation
[qemu/rayw.git]
/
hw
/
apb_pci.h
blob
736db6118e1d627856a03247446a34f22492a69d
1
#ifndef APB_PCI_H
2
#define APB_PCI_H
3
4
#include
"qemu-common.h"
5
6
PCIBus
*
pci_apb_init
(
hwaddr special_base
,
7
hwaddr mem_base
,
8
qemu_irq
*
ivec_irqs
,
PCIBus
**
bus2
,
PCIBus
**
bus3
,
9
qemu_irq
**
pbm_irqs
);
10
#endif