Sign in
qemu-android
/
qemu-android
/
58f4662c6c98a9fd05519745661177792d7aeede
/
.
/
stubs
/
vc-init.c
blob: 2af054fe6b68bf434199c8021d3c05281120f110 [
file
] [
log
] [
blame
]
#include
"qemu-common.h"
#include
"ui/console.h"
CharDriverState
*
vc_init
(
ChardevVC
*
vc
)
{
return
0
;
}