qemu-e2k/stubs/target-monitor-defs.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;
}