patch-2.1.87 linux/include/asm-m68k/amigamouse.h
Next file: linux/include/asm-m68k/amihdreg.h
Previous file: linux/include/asm-m68k/amigahw.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Wed Dec 31 16:00:00 1969
- Orig file:
v2.1.86/linux/include/asm-m68k/amigamouse.h
- Orig date:
Thu Feb 29 07:41:01 1996
diff -u --recursive --new-file v2.1.86/linux/include/asm-m68k/amigamouse.h linux/include/asm-m68k/amigamouse.h
@@ -1,26 +0,0 @@
-#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