summaryrefslogtreecommitdiff
path: root/hw/msmouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/msmouse.h')
-rw-r--r--hw/msmouse.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/msmouse.h b/hw/msmouse.h
index 456cb21424..8cff3a71c3 100644
--- a/hw/msmouse.h
+++ b/hw/msmouse.h
@@ -1,2 +1,7 @@
+#ifndef HW_MSMOUSE_H
+#define HW_MSMOUSE_H 1
+
/* msmouse.c */
CharDriverState *qemu_chr_open_msmouse(QemuOpts *opts);
+
+#endif