summaryrefslogtreecommitdiff
path: root/include/keyboard_scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/keyboard_scan.h')
-rw-r--r--include/keyboard_scan.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/keyboard_scan.h b/include/keyboard_scan.h
index 67e09e0312..590f482317 100644
--- a/include/keyboard_scan.h
+++ b/include/keyboard_scan.h
@@ -13,15 +13,14 @@
/* Initializes the module. */
int keyboard_scan_init(void);
-/* Returns non-zero if recovery key was pressed at boot. */
+/* Returns non-zero if recovery key was pressed at boot. Used by st32m-based
+ * boards only; lm4-based boards use power_recovery_pressed(). */
int keyboard_scan_recovery_pressed(void);
/* clear any saved keyboard state (empty FIFO, etc) */
void keyboard_clear_state(void);
-
/* Enables/disables keyboard matrix scan. */
void keyboard_enable_scanning(int enable);
-
-#endif /* __CROS_KEYBOARD_SCAN_H */
+#endif /* __CROS_EC_KEYBOARD_SCAN_H */