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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cold-flash.h b/src/cold-flash.h
index 3f296b4..f125be1 100644
--- a/src/cold-flash.h
+++ b/src/cold-flash.h
@@ -23,6 +23,9 @@
#include "image.h"
#include "usb-device.h"
+/* Initialize Cold Flash mde */
+int init_cold_flash(struct usb_device_info * dev);
+
/* Flash 2nd and secondary image in Cold Flash mode. After flashing device will boot secondary image */
int cold_flash(struct usb_device_info * dev, struct image * x2nd, struct image * secondary);