patch-1.3.94 linux/include/asm-m68k/amigamouse.h
Next file: linux/include/asm-m68k/amigardb.h
Previous file: linux/include/asm-m68k/amigaints.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Thu Feb 29 17:41:01 1996
- Orig file:
v1.3.93/linux/include/asm-m68k/amigamouse.h
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file v1.3.93/linux/include/asm-m68k/amigamouse.h linux/include/asm-m68k/amigamouse.h
@@ -0,0 +1,26 @@
+#ifndef _ASMm68k_AMIGAMOUSE_H
+#define _ASMm68k_AMIGAMOUSE_H
+
+/*
+ * linux/include/asm-m68k/amigamouse.h: header file for Amiga Mouse driver
+ * by Michael Rausch
+ */
+
+/*
+#define MSE_INT_OFF() outb(MSE_DISABLE_INTERRUPTS, MSE_CONTROL_PORT)
+#define MSE_INT_ON() outb(MSE_ENABLE_INTERRUPTS, MSE_CONTROL_PORT)
+*/
+
+struct mouse_status {
+ unsigned char buttons;
+ unsigned char latch_buttons;
+ int dx;
+ int dy;
+ int present;
+ 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
with Sam's (original) version of this