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