xref
: /
openbmc
/
qemu
/
stubs
/
sysbus.c
(revision 14a650ec)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
hw
/
qdev-core.h
"
2
3
BusState
*
sysbus_get_default
(
void
)
4
{
5
return
NULL
;
6
}
7