summaryrefslogtreecommitdiff
path: root/include/ec_comm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ec_comm.h')
-rw-r--r--include/ec_comm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ec_comm.h b/include/ec_comm.h
index c599868488..dd4d105d4a 100644
--- a/include/ec_comm.h
+++ b/include/ec_comm.h
@@ -42,7 +42,7 @@ void ec_efs_refresh(void);
/* print EC-EFS status */
void ec_efs_print_status(void);
/* corrupt ECRW hash */
-void ec_efs_corrupt_hash(void);
+enum ec_error_list ec_efs_corrupt_hash(void);
#ifdef BOARD_HOST
/* return the current boot mode. For test purpose only. */