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