summaryrefslogtreecommitdiffstats
path: root/src/cold-flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cold-flash.h')
-rw-r--r--src/cold-flash.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cold-flash.h b/src/cold-flash.h
index 303f628..4e291eb 100644
--- a/src/cold-flash.h
+++ b/src/cold-flash.h
@@ -24,6 +24,10 @@
#include "image.h"
+/* Flash 2nd and secondary image in Cold Flash mode. After flashing device will boot secondary image */
int cold_flash(usb_dev_handle * udev, struct image * x2nd, struct image * secondary);
+/* Leave Cold Flashing mode and continue booting */
+int leave_cold_flash(usb_dev_handle * udev);
+
#endif