repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
HMP: add sub command table to info
[qemu/ar7.git]
/
hw
/
msmouse.h
blob
8cff3a71c33b37bae94a1972d6d0442d58ce5a70
1
#ifndef HW_MSMOUSE_H
2
#define HW_MSMOUSE_H 1
3
4
/* msmouse.c */
5
CharDriverState
*
qemu_chr_open_msmouse
(
QemuOpts
*
opts
);
6
7
#endif