repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kvm: add stub for kvm_irqchip_update_msi_route
[qemu/ar7.git]
/
hw
/
dec_pci.h
blob
17dc0c2b0a8bccfc7fd9a9aed0465b99cac905d1
1
#ifndef DEC_PCI_H
2
#define DEC_PCI_H
3
4
#include
"qemu-common.h"
5
6
#define TYPE_DEC_21154
"dec-21154-sysbus"
7
8
PCIBus
*
pci_dec_21154_init
(
PCIBus
*
parent_bus
,
int
devfn
);
9
10
#endif