Sign in
qemu-android
/
qemu-android
/
edd8db8705b2fcaff9a4583330584bf35c4b68a2
/
.
/
stubs
/
vc-init.c
blob: 2af054fe6b68bf434199c8021d3c05281120f110 [
file
]
#include
"qemu-common.h"
#include
"ui/console.h"
CharDriverState
*
vc_init
(
ChardevVC
*
vc
)
{
return
0
;
}