mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-29 17:43:14 +00:00
9 lines
131 B
C
9 lines
131 B
C
#include "qemu-common.h"
|
|
#include "monitor/monitor.h"
|
|
|
|
Monitor *cur_mon;
|
|
|
|
void monitor_set_error(Monitor *mon, QError *qerror)
|
|
{
|
|
}
|