summaryrefslogtreecommitdiff
path: root/include/host_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/host_command.h')
-rw-r--r--include/host_command.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/host_command.h b/include/host_command.h
index 50466dc61d..78157231ca 100644
--- a/include/host_command.h
+++ b/include/host_command.h
@@ -313,4 +313,8 @@ int host_get_vboot_mode(void);
*/
void host_send_sysrq(uint8_t key);
+/* Return the lower/higher part of the feature flags bitmap */
+uint32_t get_feature_flags0(void);
+uint32_t get_feature_flags1(void);
+
#endif /* __CROS_EC_HOST_COMMAND_H */