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