]> Git Repo - qemu.git/blob - stubs/target-monitor-defs.c
target-arm: lpae: Make t0sz and t1sz signed integers
[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 }
This page took 0.023636 seconds and 4 git commands to generate.