Sign in
qemu
/
qemu
/
b7bf8f5657d48e4625c86cd5f1d3cc83e830d8f7
/
.
/
stubs
/
chr-baum-init.c
blob: f5cc6ce1f8c06c939a9fd3fbfb97d90fcf2bc7ef [
file
] [
log
] [
blame
]
#include
"qemu-common.h"
#include
"sysemu/char.h"
CharDriverState
*
chr_baum_init
(
void
)
{
return
NULL
;
}