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