mirror of
https://github.com/xemu-project/xemu.git
synced 2024-12-14 15:28:40 +00:00
7 lines
122 B
C
7 lines
122 B
C
|
#include "qemu-common.h"
|
||
|
#include "monitor/monitor.h"
|
||
|
|
||
|
void monitor_protocol_event(MonitorEvent event, QObject *data)
|
||
|
{
|
||
|
}
|