Sign in
qemu
/
qemu
/
f4fa1a5350f2b1837413245ed6704e5e5b90db57
/
.
/
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
;
}