patch-1.3.26 linux/drivers/char/mouse.h
Next file: linux/drivers/char/msbusmouse.c
Previous file: linux/drivers/char/mouse.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Wed Sep 13 10:08:39 1995
- Orig file:
v1.3.25/linux/drivers/char/mouse.h
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file v1.3.25/linux/drivers/char/mouse.h linux/drivers/char/mouse.h
@@ -0,0 +1,14 @@
+#ifndef __MOUSE_H
+#define __MOUSE_H
+
+struct mouse {
+ int minor;
+ const char *name;
+ struct file_operations *fops;
+ struct mouse * next, * prev;
+};
+
+extern int mouse_register(struct mouse * mouse);
+extern int mouse_deregister(struct mouse * mouse);
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this