#include "qemu-common.h"
#include "ui/console.h"

CharDriverState *vc_init(ChardevVC *vc)
{
    return 0;
}