mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-01 04:00:42 -07:00
6 lines
122 B
C
6 lines
122 B
C
#include "qemu-common.h"
|
|
#include "monitor/monitor.h"
|
|
|
|
void monitor_protocol_event(MonitorEvent event, QObject *data)
|
|
{
|
|
}
|