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