decompressor: Add LZ4 decompressor module
This patch adds support for LZ4 decompression in the Linux Kernel.
LZ4 Decompression APIs for kernel are based on LZ4 implementation
by Yann Collet.

LZ4 homepage : http://fastcompression.blogspot.com/p/lz4.html
LZ4 source repository : http://code.google.com/p/lz4/

Signed-off-by: Kyungsik Lee <kyungsik.lee@lge.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 3f0642d commit e944e7f81069538265f01f21c0e7b1998730fea6
@Kyungsik Lee Kyungsik Lee authored on 15 Jul 2013
Sascha Hauer committed on 16 Jul 2013
Showing 3 changed files
View
include/linux/lz4.h 0 → 100644
View
lib/lz4/lz4_decompress.c 0 → 100644
View
lib/lz4/lz4defs.h 0 → 100644