]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - fs/erofs/erofs_fs.h
fs/erofs: add DEFLATE algorithm support
[thirdparty/u-boot.git] / fs / erofs / erofs_fs.h
index 158e2c68a1a6d1cde7f80f3f8523683fba16885b..5bac4fe1a1d2b126e7f34fb5276a0be266f65869 100644 (file)
@@ -304,6 +304,7 @@ enum {
 enum {
        Z_EROFS_COMPRESSION_LZ4         = 0,
        Z_EROFS_COMPRESSION_LZMA        = 1,
+       Z_EROFS_COMPRESSION_DEFLATE     = 2,
        Z_EROFS_COMPRESSION_MAX
 };