These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / stubs / target-monitor-defs.c
1 #include "qemu/osdep.h"
2
3 const MonitorDef *target_monitor_defs(void);
4
5 const MonitorDef *target_monitor_defs(void)
6 {
7     return NULL;
8 }