summaryrefslogtreecommitdiff
path: root/baseboard/volteer/cbi_ssfc.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/volteer/cbi_ssfc.c')
-rw-r--r--baseboard/volteer/cbi_ssfc.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/baseboard/volteer/cbi_ssfc.c b/baseboard/volteer/cbi_ssfc.c
index 42b11c4a1c..f68602b558 100644
--- a/baseboard/volteer/cbi_ssfc.c
+++ b/baseboard/volteer/cbi_ssfc.c
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -39,3 +39,8 @@ enum ec_ssfc_lightbar get_cbi_ssfc_lightbar(void)
{
return cached_ssfc.lightbar;
}
+
+enum ec_ssfc_keyboard get_cbi_ssfc_keyboard(void)
+{
+ return cached_ssfc.keyboard;
+}