patch-1.3.81 linux/include/linux/mouse.h

Next file: linux/include/linux/proc_fs.h
Previous file: linux/include/linux/miscdevice.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.80/linux/include/linux/mouse.h linux/include/linux/mouse.h
@@ -1,21 +0,0 @@
-#ifndef _LINUX_MOUSE_H
-#define _LINUX_MOUSE_H
-
-#define BUSMOUSE_MINOR 0
-#define PSMOUSE_MINOR  1
-#define MS_BUSMOUSE_MINOR 2
-#define ATIXL_BUSMOUSE_MINOR 3
-
-extern int mouse_init(void);
-
-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