repo.or.cz
/
qemu
/
cris-port.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gtk: avoid redefining _WIN32_WINNT macro
[qemu/cris-port.git]
/
stubs
/
chr-testdev.c
blob
23112a2c0765e27c97ef3af7efae9d2b9ac6a047
1
#include
"qemu-common.h"
2
#include
"sysemu/char.h"
3
4
CharDriverState
*
chr_testdev_init
(
void
)
5
{
6
return
0
;
7
}