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