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