xref: /openbmc/qemu/stubs/target-monitor-defs.c (revision fdf029762f50101a3d7927d8db1be015e00f441c)
1 #include "qemu/osdep.h"
2 #include "monitor/hmp-target.h"
3 
4 const MonitorDef *target_monitor_defs(void)
5 {
6     return NULL;
7 }
8