summaryrefslogtreecommitdiff
path: root/include/recovery.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/recovery.h')
-rw-r--r--include/recovery.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/recovery.h b/include/recovery.h
index 3adaeb1..e1636bf 100644
--- a/include/recovery.h
+++ b/include/recovery.h
@@ -13,8 +13,7 @@ struct reco_envs {
};
void check_recovery_mode(void);
-int recovery_check_and_clean_flag(void);
-int recovery_check_and_clean_command(void);
+bool recovery_check_and_clean_command(void);
int check_recovery_cmd_file(void);
void board_recovery_setup(void);
int read_boot_reason(void);