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