mirror of
https://github.com/qemu/qemu.git
synced 2024-12-03 08:43:38 +08:00
8 lines
102 B
C
8 lines
102 B
C
|
#include "qemu-common.h"
|
||
|
#include "monitor/monitor.h"
|
||
|
|
||
|
int monitor_cur_is_qmp(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|