]> Git Repo - qemu.git/blob - stubs/mon-printf.c
target-arm: Add arm_boot_info secure_boot control
[qemu.git] / stubs / mon-printf.c
1 #include "qemu-common.h"
2 #include "monitor/monitor.h"
3
4 void monitor_printf(Monitor *mon, const char *fmt, ...)
5 {
6 }
7
8 void monitor_vprintf(Monitor *mon, const char *fmt, va_list ap)
9 {
10 }
This page took 0.025129 seconds and 4 git commands to generate.