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