summaryrefslogtreecommitdiff
path: root/include/keyboard_scan.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-10-22 16:29:48 -0700
committerGerrit <chrome-bot@google.com>2012-10-23 17:32:02 -0700
commitcc263093d35b2b274b52ff182927f5a15634b4b6 (patch)
treee59463e700212c880fc06917fffbcad0819ab87f /include/keyboard_scan.h
parent090e4f5f8e7c8de473b26a8c0c437085d7c3db79 (diff)
downloadchrome-ec-cc263093d35b2b274b52ff182927f5a15634b4b6.tar.gz
Clean up keyboard_scan module
We only have one scan mask and no capability to change scan masks, so don't reserve space for masks we're not using. BUG=chrome-os-partner:15579 BRANCH=none TEST=type on keyboard; should still work Change-Id: I8ad0c5c894f93c2a79ca646e7666b3279c90a63c Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/36347
Diffstat (limited to 'include/keyboard_scan.h')
-rw-r--r--include/keyboard_scan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/keyboard_scan.h b/include/keyboard_scan.h
index f92e8a3925..63384b10fb 100644
--- a/include/keyboard_scan.h
+++ b/include/keyboard_scan.h
@@ -11,7 +11,7 @@
#include "common.h"
/* Initializes the module. */
-int keyboard_scan_init(void);
+void keyboard_scan_init(void);
/* Key held down at keyboard-controlled reset boot time. */
enum boot_key {