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
hw/intc/arm_gicv3_kvm.c: Stop using GIC_MIN_BPR constant
[qemu/ar7.git]
/
stubs
/
pci-bus.c
blob
a8932fa93250e3ac87ec53d5ce51e6bb7b03e875
1
#include
"qemu/osdep.h"
2
#include
"hw/pci/pci.h"
3
4
PCIDevice
*
pci_create_simple
(
PCIBus
*
bus
,
int
devfn
,
const char
*
name
)
5
{
6
g_assert_not_reached
();
7
}