about summary refs log tree commit diff stats
path: root/tools/iso/kernel.soso/mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/iso/kernel.soso/mouse.h')
-rw-r--r--tools/iso/kernel.soso/mouse.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/iso/kernel.soso/mouse.h b/tools/iso/kernel.soso/mouse.h
new file mode 100644
index 00000000..573de4c7
--- /dev/null
+++ b/tools/iso/kernel.soso/mouse.h
@@ -0,0 +1,6 @@
+#ifndef MOUSE_H
+#define MOUSE_H
+
+void initializeMouse();
+
+#endif // MOUSE_H