X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fsquashfs%2Fdecompressor.h;h=a25713c031a51213edc9dd5a32de73f64f75c44f;hb=379a2d31cb8d1eddf1970be95b871b4371be296a;hp=af0985321808e6e92b771b7d3ea63442e5fc8581;hpb=f4bcd8ccddb02833340652e9f46f5127828eb79d;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/squashfs/decompressor.h b/fs/squashfs/decompressor.h index af0985321808..a25713c031a5 100644 --- a/fs/squashfs/decompressor.h +++ b/fs/squashfs/decompressor.h @@ -46,6 +46,10 @@ static inline void *squashfs_comp_opts(struct squashfs_sb_info *msblk, extern const struct squashfs_decompressor squashfs_xz_comp_ops; #endif +#ifdef CONFIG_SQUASHFS_LZ4 +extern const struct squashfs_decompressor squashfs_lz4_comp_ops; +#endif + #ifdef CONFIG_SQUASHFS_LZO extern const struct squashfs_decompressor squashfs_lzo_comp_ops; #endif