1#include "qemu/osdep.h"
2
3const MonitorDef *target_monitor_defs(void);
4
5const MonitorDef *target_monitor_defs(void)
6{
7 return NULL;
8}
9