mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 13:30:52 +00:00
7 lines
110 B
C
7 lines
110 B
C
|
#include "qemu-common.h"
|
||
|
#include "monitor/monitor.h"
|
||
|
|
||
|
void monitor_init(CharDriverState *chr, int flags)
|
||
|
{
|
||
|
}
|