qemu/stubs/target-monitor-defs.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
122 B
C
Raw Normal View History

#include "qemu/osdep.h"
#include "monitor/hmp-target.h"
const MonitorDef *target_monitor_defs(void)
{
return NULL;
}