xref: /qemu/stubs/target-monitor-defs.c (revision f37c6c2e)
187c9b5e0SPeter Maydell #include "qemu/osdep.h"
2*f37c6c2eSPaolo Bonzini #include "monitor/hmp-target.h"
3bf957284SPavel Butsykin 
target_monitor_defs(void)4bf957284SPavel Butsykin const MonitorDef *target_monitor_defs(void)
5bf957284SPavel Butsykin {
6bf957284SPavel Butsykin     return NULL;
7bf957284SPavel Butsykin }
8