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