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