xref: /openbmc/qemu/stubs/target-monitor-defs.c (revision 5242494c056f19be05335e8a190e7a40f72e6a22)
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