Sign in
◑
Theme
qemu-android
/
qemu-android
/
2e4450ff432daef524cb3557fca68a3b7b5c7823
/
.
/
stubs
/
chr-testdev.c
blob: 23112a2c0765e27c97ef3af7efae9d2b9ac6a047 [
file
]
#include
"qemu-common.h"
#include
"sysemu/char.h"
CharDriverState
*
chr_testdev_init
(
void
)
{
return
0
;
}