]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/target-monitor-defs.c
monitor: remove target-specific code from monitor.c
[mirror_qemu.git] / stubs / target-monitor-defs.c
1 #include "stddef.h"
2 #include "qemu/typedefs.h"
3
4 const MonitorDef *target_monitor_defs(void);
5
6 const MonitorDef *target_monitor_defs(void)
7 {
8 return NULL;
9 }