summaryrefslogtreecommitdiff
path: root/include/keyboard_mkbp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/keyboard_mkbp.h')
-rw-r--r--include/keyboard_mkbp.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/keyboard_mkbp.h b/include/keyboard_mkbp.h
index 03e84550a7..ff2344937b 100644
--- a/include/keyboard_mkbp.h
+++ b/include/keyboard_mkbp.h
@@ -1,4 +1,4 @@
-/* Copyright 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -9,6 +9,7 @@
#define __CROS_EC_KEYBOARD_MKBP_H
#include "common.h"
+#include "ec_commands.h"
#include "keyboard_config.h"
/**
@@ -18,4 +19,8 @@
*/
int mkbp_keyboard_add(const uint8_t *buffp);
-#endif /* __CROS_EC_KEYBOARD_MKBP_H */
+#ifdef TEST_BUILD
+void get_keyscan_config(struct ec_mkbp_config *dst);
+#endif
+
+#endif /* __CROS_EC_KEYBOARD_MKBP_H */