dfu: Introduction of the "dfu_checksum_method" env variable for checksum method setting
[kernel/u-boot.git] / include / dfu.h
index d014107..e7a9d4c 100644 (file)
@@ -37,6 +37,11 @@ enum dfu_op {
        DFU_OP_WRITE,
 };
 
+enum dfu_checksum {
+       DFU_NO_CHECKSUM = 0,
+       DFU_CRC32,
+};
+
 #define DFU_NOT_SUPPORTED -1
 
 struct mmc_internal_data {