dump: allow target to set the physical base
[qemu/ar7.git] / stubs / target-monitor-defs.c
blob7d8d182b2343e054c5ce6cc41986825f525ae43c
1 #include "stddef.h"
2 #include "qemu/typedefs.h"
4 const MonitorDef *target_monitor_defs(void);
6 const MonitorDef *target_monitor_defs(void)
8 return NULL;