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