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