mirror of
https://github.com/xemu-project/xemu.git
synced 2024-12-13 14:36:08 +00:00
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;
|
||
|
}
|