Go to the documentation of this file.
14 #ifndef _LINUX_SYSRQ_H
15 #define _LINUX_SYSRQ_H
17 #include <linux/errno.h>
18 #include <linux/types.h>
21 #define SYSRQ_DEFAULT_ENABLE 1
25 #define SYSRQ_ENABLE_LOG 0x0002
26 #define SYSRQ_ENABLE_KEYBOARD 0x0004
27 #define SYSRQ_ENABLE_DUMP 0x0008
28 #define SYSRQ_ENABLE_SYNC 0x0010
29 #define SYSRQ_ENABLE_REMOUNT 0x0020
30 #define SYSRQ_ENABLE_SIGNAL 0x0040
31 #define SYSRQ_ENABLE_BOOT 0x0080
32 #define SYSRQ_ENABLE_RTNICE 0x0100
41 #ifdef CONFIG_MAGIC_SYSRQ