Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
people
/
peter.maydell
/
qemu-arm.git
/
refs/heads/bsd-async-bug
/
.
/
stubs
/
sysbus.c
blob: d8da90caae527457863c60cffec041f1e90d9aaa [
file
] [
log
] [
blame
]
Peter Maydell
87c9b5e
2016-01-29 17:49:52 +0000
[
diff
] [
blame
]
1
#include
"qemu/osdep.h"
Eduardo Habkost
906709a
2012-12-05 14:49:09 -0200
[
diff
] [
blame
]
2
#include
"hw/qdev-core.h"
3
4
BusState
*
sysbus_get_default
(
void
)
5
{
6
return
NULL
;
7
}