]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - fs/erofs/decompress.h
fs/erofs: Introduce new features including ztailpacking, fragments and dedupe
[thirdparty/u-boot.git] / fs / erofs / decompress.h
index 81d5fb84f6c16975ce9ea8478fe7cb83f506a410..4752f77950f113d9b59b085616243605f95273ad 100644 (file)
@@ -14,6 +14,9 @@ struct z_erofs_decompress_req {
        unsigned int decodedskip;
        unsigned int inputsize, decodedlength;
 
+       /* cut point of interlaced uncompressed data */
+       unsigned int interlaced_offset;
+
        /* indicate the algorithm will be used for decompression */
        unsigned int alg;
        bool partial_decoding;