summaryrefslogtreecommitdiff
path: root/include/fastboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fastboot.h')
-rw-r--r--include/fastboot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fastboot.h b/include/fastboot.h
index ad7bb29..59250e1 100644
--- a/include/fastboot.h
+++ b/include/fastboot.h
@@ -329,6 +329,9 @@ void fastboot_flash_dump_ptn(void);
/* Check the board special boot mode reboot to fastboot mode. */
int fastboot_check_and_clean_flag(void);
+/* Set the flag which reboot to fastboot mode*/
+void fastboot_enable_flag(void);
+
/*fastboot command handling function*/
int do_fastboot(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);