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