mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06: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)
|
|
{
|
|
}
|