Sign in
qemu
/
qemu
/
87a45cfee6b169a68e43f284a8a3c1bc20bd5dc9
/
.
/
stubs
/
chr-testdev.c
blob: 23112a2c0765e27c97ef3af7efae9d2b9ac6a047 [
file
] [
log
] [
blame
]
#include
"qemu-common.h"
#include
"sysemu/char.h"
CharDriverState
*
chr_testdev_init
(
void
)
{
return
0
;
}