Sign in
qemu-android
/
qemu-android
/
21317bc222ef4cdca594b1856eea62f3dfbbfb6c
/
.
/
stubs
/
mon-set-error.c
blob: d0411f97fa2e9dc4a820bb8c85f372a722a335b0 [
file
]
#include
"qemu-common.h"
#include
"monitor/monitor.h"
Monitor
*
cur_mon
;
void
monitor_set_error
(
Monitor
*
mon
,
QError
*
qerror
)
{
}