repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target-alpha: Fix compiler warning for gcc-4.3 (and older)
[qemu/kevin.git]
/
hw
/
apb_pci.h
blob
8869f9d32641de650a962628ecabc7b9841828eb
1
#ifndef APB_PCI_H
2
#define APB_PCI_H
3
4
#include
"qemu-common.h"
5
6
PCIBus
*
pci_apb_init
(
target_phys_addr_t special_base
,
7
target_phys_addr_t mem_base
,
8
qemu_irq
*
pic
,
PCIBus
**
bus2
,
PCIBus
**
bus3
);
9
#endif