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