Sign in
fuchsia
/
third_party
/
qemu
/
5710a3e09f9b85801e5ce70797a4a511e5fc9e2c
/
.
/
stubs
/
sysbus.c
blob: d8da90caae527457863c60cffec041f1e90d9aaa [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"hw/qdev-core.h"
BusState
*
sysbus_get_default
(
void
)
{
return
NULL
;
}