mirror_qemu/stubs/vc-init.c

8 lines
108 B
C

#include "qemu-common.h"
#include "ui/console.h"
CharDriverState *vc_init(ChardevVC *vc)
{
return 0;
}