summaryrefslogtreecommitdiff
path: root/common/keyboard_mkbp.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/keyboard_mkbp.c')
-rw-r--r--common/keyboard_mkbp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/keyboard_mkbp.c b/common/keyboard_mkbp.c
index ff7ddc4d5c..dc903e19b4 100644
--- a/common/keyboard_mkbp.c
+++ b/common/keyboard_mkbp.c
@@ -312,7 +312,7 @@ void keyboard_update_button(enum keyboard_button_type button, int is_pressed)
}
#ifdef CONFIG_EMULATED_SYSRQ
-void host_send_sysrq(uint8_t key)
+void send_sysrq(uint8_t key)
{
uint32_t value = key;