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
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