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