master
c 9 lines 154 Bytes
Raw
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2
3 #include "qemu/osdep.h"
4 #include "monitor/hmp.h"
5
6 MonitorHMP *monitor_cur_hmp(void)
7 {
8 return NULL;
9 }