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
cirrus: Fix host CPU blits
[qemu/cris-port.git]
/
stubs
/
chr-msmouse.c
blob
812f8b0abe3b0ffe07fc96bf39351dd39990bca9
1
#include
"qemu-common.h"
2
#include
"sysemu/char.h"
3
4
CharDriverState
*
qemu_chr_open_msmouse
(
void
)
5
{
6
return
0
;
7
}