repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git]
/
include
/
hw
/
pci-host
/
mv64361.h
blob
9cdb35cb3cf2e493cb988ea82922d94a4901f019
1
#ifndef MV64361_H
2
#define MV64361_H
3
4
#define TYPE_MV64361
"mv64361"
5
6
PCIBus
*
mv64361_get_pci_bus
(
DeviceState
*
dev
,
int
n
);
7
8
#endif