10 lines
159 B
C
10 lines
159 B
C
|
#include "stddef.h"
|
||
|
#include "qemu/typedefs.h"
|
||
|
|
||
|
const MonitorDef *target_monitor_defs(void);
|
||
|
|
||
|
const MonitorDef *target_monitor_defs(void)
|
||
|
{
|
||
|
return NULL;
|
||
|
}
|