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