]> Git Repo - qemu.git/blame - stubs/target-monitor-defs.c
monitor: remove target-specific code from monitor.c
[qemu.git] / stubs / target-monitor-defs.c
CommitLineData
bf957284
PB
1#include "stddef.h"
2#include "qemu/typedefs.h"
3
4const MonitorDef *target_monitor_defs(void);
5
6const MonitorDef *target_monitor_defs(void)
7{
8 return NULL;
9}
This page took 0.023113 seconds and 4 git commands to generate.