* grub-core/fs/zfs/zfs_lz4.c: New file.

* grub-core/fs/zfs/zfs.c: Tie up lz4 decompression.
This commit is contained in:
Massimo Maggi 2013-07-14 14:12:58 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 776bdce291
commit 038016f48a
6 changed files with 334 additions and 2 deletions

View file

@ -88,6 +88,7 @@ enum zio_compress {
ZIO_COMPRESS_GZIP8,
ZIO_COMPRESS_GZIP9,
ZIO_COMPRESS_ZLE,
ZIO_COMPRESS_LZ4,
ZIO_COMPRESS_FUNCTIONS
};