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