patch-2.1.120 linux/include/asm-m68k/adb_mouse.h

Next file: linux/include/asm-m68k/amigahw.h
Previous file: linux/include/asm-i386/processor.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.119/linux/include/asm-m68k/adb_mouse.h linux/include/asm-m68k/adb_mouse.h
@@ -0,0 +1,23 @@
+#ifndef _ASM_ADB_MOUSE_H
+#define _ASM_ADB_MOUSE_H
+
+/*
+ * linux/include/asm-m68k/adb_mouse.h
+ * header file for Macintosh ADB mouse driver
+ * 27-10-97 Michael Schmitz
+ * copied from:
+ * header file for Atari Mouse driver
+ * by Robert de Vries (robert@and.nl) on 19Jul93
+ */
+
+struct mouse_status {
+	char		buttons;
+	short		dx;
+	short		dy;
+	int		ready;
+	int		active;
+	struct wait_queue *wait;
+	struct fasync_struct *fasyncptr;
+};
+
+#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov