qemu-e2k/stubs/vc-init.c

8 lines
109 B
C

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