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