mirror of
https://github.com/xemu-project/xemu.git
synced 2024-12-04 17:56:33 +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)
|
||
|
{
|
||
|
}
|