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