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/dma/omap_dma: Use qemu_log_mask(UNIMP) instead of printf
[qemu/ar7.git]
/
stubs
/
sysbus.c
blob
d8da90caae527457863c60cffec041f1e90d9aaa
1
#include
"qemu/osdep.h"
2
#include
"hw/qdev-core.h"
3
4
BusState
*
sysbus_get_default
(
void
)
5
{
6
return
NULL
;
7
}