From e3f5e6bf6ad2d1e2c283a75cf08e17155633e0a5 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Wed, 5 Apr 2017 09:25:52 +0800 Subject: 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 Tested-by: Nicolas Boichat Reviewed-by: Randall Spangler --- include/system.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/system.h') 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 */ -- cgit v1.2.1