mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
janitor: add guards to headers
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7edd63f1b1
commit
cb9c377f54
50 changed files with 219 additions and 0 deletions
|
@ -1,2 +1,7 @@
|
|||
#ifndef HW_MSMOUSE_H
|
||||
#define HW_MSMOUSE_H 1
|
||||
|
||||
/* msmouse.c */
|
||||
CharDriverState *qemu_chr_open_msmouse(QemuOpts *opts);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue