8 lines
136 B
C
8 lines
136 B
C
#include "qemu/osdep.h"
|
|
|
|
const MonitorDef *target_monitor_defs(void);
|
|
|
|
const MonitorDef *target_monitor_defs(void)
|
|
{
|
|
return NULL;
|
|
}
|