Sign in
qemu-android
/
qemu-android
/
0b4232f10895e863b1759a93ba0d0a1b3380dc31
/
.
/
stubs
/
target-monitor-defs.c
blob: 7d8d182b2343e054c5ce6cc41986825f525ae43c [
file
] [
log
] [
blame
]
#include
"stddef.h"
#include
"qemu/typedefs.h"
const
MonitorDef
*
target_monitor_defs
(
void
);
const
MonitorDef
*
target_monitor_defs
(
void
)
{
return
NULL
;
}