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