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