Sign in
qemu
/
qemu
/
c3425158d67103b260543e842ddcc6731133ca0f
/
.
/
stubs
/
target-monitor-defs.c
blob: 35a0a342772adabf05cb1384291311461bd417aa [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"monitor/hmp-target.h"
const
MonitorDef
*
target_monitor_defs
(
void
)
{
return
NULL
;
}