ppc/pnv: Add a 'rp_model' class attribute for the PHB4 PEC
[qemu.git] / stubs / target-monitor-defs.c
blobac07b19064cf6f89f259ee0e9a71f09feeea2853
1 #include "qemu/osdep.h"
3 const MonitorDef *target_monitor_defs(void);
5 const MonitorDef *target_monitor_defs(void)
7 return NULL;