summaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@google.com>2017-04-05 09:25:52 +0800
committerchrome-bot <chrome-bot@chromium.org>2017-04-06 22:27:01 -0700
commite3f5e6bf6ad2d1e2c283a75cf08e17155633e0a5 (patch)
tree298b008619be3fd4dc7989e0c39ba2c2cbccbd0f /include/system.h
parenta8e6b070cbd107d8c2f44f44ae8231a4f4efea90 (diff)
downloadchrome-ec-e3f5e6bf6ad2d1e2c283a75cf08e17155633e0a5.tar.gz
system: Fixups in emulated sysrq code
Follow-up to CL:456520, addressing a few more comments. BRANCH=none BUG=b:35775099 TEST=sysrq available in EC console TEST=sysrq h => help message in AP console TEST=sysrq b => AP reboots Change-Id: I692afa7c911882f00d92b8e6d83889c52821e171 Reviewed-on: https://chromium-review.googlesource.com/468506 Commit-Ready: Nicolas Boichat <drinkcat@chromium.org> Tested-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/system.h b/include/system.h
index 32a544db49..26a57d9d61 100644
--- a/include/system.h
+++ b/include/system.h
@@ -507,12 +507,4 @@ uintptr_t system_get_fw_reset_vector(uintptr_t base);
*/
int system_is_reboot_warm(void);
-/*
- * Sends an emulated sysrq to the host, used by button-based debug mode.
- * Only implemented on top of MKBP protocol.
- *
- * @param key Key to be sent (e.g. 'x')
- */
-void send_sysrq(uint8_t key);
-
#endif /* __CROS_EC_SYSTEM_H */