summaryrefslogtreecommitdiff
path: root/ubi-utils/src/pfiflash.h
diff options
context:
space:
mode:
Diffstat (limited to 'ubi-utils/src/pfiflash.h')
-rw-r--r--ubi-utils/src/pfiflash.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/ubi-utils/src/pfiflash.h b/ubi-utils/src/pfiflash.h
index fc2eede..a063e7f 100644
--- a/ubi-utils/src/pfiflash.h
+++ b/ubi-utils/src/pfiflash.h
@@ -49,6 +49,19 @@ typedef enum pdd_handling_t
* @param complete [0|1] Do a complete system update.
* @param seqnum Index in a redundant group.
* @param pdd_handling The PDD handling algorithm.
+ * @param rawdev Device to use for raw flashing
+ * @param err_buf An error buffer.
+ * @param err_buf_size Size of the error buffer.
+ */
+int pfiflash_with_raw(FILE* pfi, int complete, int seqnum,
+ pdd_handling_t pdd_handling, const char* rawdev,
+ char *err_buf, size_t err_buf_size);
+
+/**
+ * @brief Flashes a PFI file to UBI Device 0.
+ * @param complete [0|1] Do a complete system update.
+ * @param seqnum Index in a redundant group.
+ * @param pdd_handling The PDD handling algorithm.
* @param err_buf An error buffer.
* @param err_buf_size Size of the error buffer.
*/