mirror of https://gitee.com/openkylin/qemu.git
8 lines
108 B
C
8 lines
108 B
C
|
#include "qemu-common.h"
|
||
|
#include "ui/console.h"
|
||
|
|
||
|
CharDriverState *vc_init(ChardevVC *vc)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|