summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/keyboard.h
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1998-08-26 22:12:32 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1998-08-26 22:12:32 +0000
commitd187ceacd6c9b0bd3072b1f4e05794dd7e718f21 (patch)
tree1eb5c7f1368f24418ae551698b063b847e3a4744 /include/asm-mips/keyboard.h
parentee2fdfe8320151e5a73cd1d6b9ef9cb381662089 (diff)
put back changes removed by merge:-(
Diffstat (limited to 'include/asm-mips/keyboard.h')
-rw-r--r--include/asm-mips/keyboard.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/asm-mips/keyboard.h b/include/asm-mips/keyboard.h
index 6b393c032..6923af793 100644
--- a/include/asm-mips/keyboard.h
+++ b/include/asm-mips/keyboard.h
@@ -5,7 +5,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
- * $Id: keyboard.h,v 1.8 1998/07/13 23:27:07 tsbogend Exp $
+ * $Id: keyboard.h,v 1.9 1998/08/25 09:21:57 ralf Exp $
*/
#ifndef __ASM_MIPS_KEYBOARD_H
#define __ASM_MIPS_KEYBOARD_H
@@ -54,9 +54,11 @@ void (*keyboard_setup)(void);
/* Not true for Jazz machines, we cheat a bit for 'em. */
#define KEYBOARD_IRQ 1
-/*
- * No PS/2 style mouse support for Jazz machines
- */
+extern int jazz_ps2_request_irq(void);
+extern void jazz_ps2_free_irq(void);
+
+#define ps2_request_irq() jazz_ps2_request_irq()
+#define ps2_free_irq(inode) jazz_ps2_free_irq()
#endif /* CONFIG_MIPS_JAZZ */