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