diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-21 05:00:29 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-21 05:00:29 -0700 |
| commit | bca8938bc5eca779ed478d5383942fac21c208c4 (patch) | |
| tree | 95ac092a3b31947b50c91c361cddbcf1315545f2 /include/linux | |
| parent | 5b00aa454d2525047de34966635b055b7a105e3c (diff) | |
| parent | 3951e7859f47030fae2b247c873ac66295377a42 (diff) | |
Merge "android: fiq_debugger: restrict access to critical commands."
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sysrq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sysrq.h b/include/linux/sysrq.h index 387fa7d05c98..d802692acb53 100644 --- a/include/linux/sysrq.h +++ b/include/linux/sysrq.h @@ -42,6 +42,7 @@ struct sysrq_key_op { * are available -- else NULL's). */ +bool sysrq_on(void); void handle_sysrq(int key); void __handle_sysrq(int key, bool check_mask); int register_sysrq_key(int key, struct sysrq_key_op *op); |
