mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-10 14:24:15 +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)
|
|
{
|
|
}
|