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