qemu-e2k/stubs/mon-is-qmp.c

8 lines
102 B
C

#include "qemu-common.h"
#include "monitor/monitor.h"
int monitor_cur_is_qmp(void)
{
return 0;
}