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