patch-2.3.9 linux/include/asm-ppc/keyboard.h
Next file: linux/include/asm-ppc/machdep.h
Previous file: linux/include/asm-ppc/irq.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Mon Jun 28 13:40:39 1999
- Orig file:
v2.3.8/linux/include/asm-ppc/keyboard.h
- Orig date:
Thu Apr 29 12:39:01 1999
diff -u --recursive --new-file v2.3.8/linux/include/asm-ppc/keyboard.h linux/include/asm-ppc/keyboard.h
@@ -57,13 +57,9 @@
ppc_md.kbd_init_hw();
}
-#define kbd_sysrq_xlate (ppc_md.kbd_sysrq_xlate)
+#define kbd_sysrq_xlate (ppc_md.ppc_kbd_sysrq_xlate)
-#ifdef CONFIG_MAC_KEYBOARD
-# define SYSRQ_KEY 0x69
-#else
-# define SYSRQ_KEY 0x54
-#endif
+extern unsigned long SYSRQ_KEY;
#endif /* CONFIG_APUS */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)