]>
Git Repo - qemu.git/blame_incremental - stubs/target-monitor-defs.c
... / ...
Commit | Line | Data |
| 1 | #include "qemu/osdep.h" |
| 2 | |
| 3 | const MonitorDef *target_monitor_defs(void); |
| 4 | |
| 5 | const MonitorDef *target_monitor_defs(void) |
| 6 | { |
| 7 | return NULL; |
| 8 | } |
This page took 0.021376 seconds and 4 git commands to generate.