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