blob: ac07b19064cf6f89f259ee0e9a71f09feeea2853 [file] [log] [blame]
Peter Maydell87c9b5e2016-01-29 17:49:52 +00001#include "qemu/osdep.h"
Pavel Butsykinbf957282015-09-10 18:38:59 +03002
3const MonitorDef *target_monitor_defs(void);
4
5const MonitorDef *target_monitor_defs(void)
6{
7 return NULL;
8}