summaryrefslogtreecommitdiff
path: root/include/host_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/host_command.h')
-rw-r--r--include/host_command.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/host_command.h b/include/host_command.h
index 256a5617ca..4744690875 100644
--- a/include/host_command.h
+++ b/include/host_command.h
@@ -331,14 +331,6 @@ int pd_host_command(int command, int version,
*/
int host_get_vboot_mode(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 host_send_sysrq(uint8_t key);
-
/* Return the lower/higher part of the feature flags bitmap */
uint32_t get_feature_flags0(void);
uint32_t get_feature_flags1(void);