blob: 83ac5c19b29d38c029506fbf1cdce1fb69e4aed6 [file]
#include "qemu-common.h"
#include "monitor/monitor.h"
Monitor * monitor_init(CharDriverState *chr, int flags)
{
return NULL;
}