summaryrefslogtreecommitdiff
path: root/include/mkbp_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mkbp_info.h')
-rw-r--r--include/mkbp_info.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mkbp_info.h b/include/mkbp_info.h
index 64daa52dce..61378f9c22 100644
--- a/include/mkbp_info.h
+++ b/include/mkbp_info.h
@@ -19,4 +19,9 @@
*/
__override_proto int mkbp_support_volume_buttons(void);
+#ifdef TEST_BUILD
+uint32_t get_supported_buttons(void);
+uint32_t get_supported_switches(void);
+#endif /* TEST_BUILD */
+
#endif /* __CROS_EC_MKBP_INFO_H */