summaryrefslogtreecommitdiffstats
path: root/src/cold-flash.h
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-08 16:57:39 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-08 16:57:39 +0200
commit5b17b8e39830d0ed1a3f40db51f05c0361a2ff89 (patch)
tree0437c53bf3744cf20e43b9b00451883b79f40cea /src/cold-flash.h
parentd96a54994efb0fee0a15ae970864264944870ae9 (diff)
download0xFFFF-5b17b8e39830d0ed1a3f40db51f05c0361a2ff89.tar.bz2
cold-flash: Fix usb_set_configuration and usb_claim_interface, Update information about OMAP boot messages, implement function leave_cold_flash
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