Sign in
qemu-android
/
qemu-android
/
714461237083c1eadcb9d686f8ce4088737c1d0a
/
.
/
stubs
/
vc-init.c
blob: 308dfa08009dde21d51d34a6f8273979ce747014 [
file
]
#include
"qemu-common.h"
#include
"sysemu/char.h"
CharDriverState
*
vc_init
(
ChardevVC
*
vc
)
{
return
0
;
}