summaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-09 21:49:42 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-18 04:54:20 +0000
commit0598e84782362eb2859fdcc42d4bf64bc4103d5e (patch)
treed63d3777d2fc3931bacd0f2d384519ba877a2e76 /include/system.h
parent45e380e4fba66a9d00acfcce2a744e5528924326 (diff)
downloadchrome-ec-0598e84782362eb2859fdcc42d4bf64bc4103d5e.tar.gz
Revert "system: Add support for emulated sysrq"
This reverts commit 871bf8da2cf5fa9bcfe8771b96af4b55c2503616. BUG=b:200823466 TEST=make buildall -j Change-Id: I126176dcf85d4850213308f77eefb554454f50d0 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3273469 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@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 3033be2736..a08492c7b8 100644
--- a/include/system.h
+++ b/include/system.h
@@ -504,14 +504,6 @@ 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);
-
#ifdef CONFIG_EXTENDED_VERSION_INFO
void system_print_extended_version_info(void);
#else