patch-1.3.27 linux/include/linux/mouse.h
Next file: linux/include/linux/sbpcd.h
Previous file: linux/include/linux/major.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Sep 14 08:05:29 1995
- Orig file:
v1.3.26/linux/include/linux/mouse.h
- Orig date:
Wed Dec 1 14:44:15 1993
diff -u --recursive --new-file v1.3.26/linux/include/linux/mouse.h linux/include/linux/mouse.h
@@ -8,4 +8,14 @@
unsigned long mouse_init(unsigned long);
+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