linux/lib/zstd
Nick Terrell 2479b52389 lib: zstd: Add decompress_sources.h for decompress_unzstd
Adds decompress_sources.h which includes every .c file necessary for
zstd decompression. This is used in decompress_unzstd.c so the internal
structure of the library isn't exposed.

This allows us to upgrade the zstd library version without modifying any
callers. Instead we just need to update decompress_sources.h.

Signed-off-by: Nick Terrell <terrelln@fb.com>
Tested By: Paul Jones <paul@pauljones.id.au>
Tested-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Tested-by: Sedat Dilek <sedat.dilek@gmail.com> # LLVM/Clang v13.0.0 on x86-64
Tested-by: Jean-Denis Girard <jd.girard@sysnux.pf>
2021-11-08 16:55:26 -08:00
..
bitstream.h lib: Fix fall-through warnings for Clang 2020-11-19 07:23:47 -06:00
compress.c lib: zstd: Add kernel-specific API 2021-11-08 16:55:21 -08:00
decompress_sources.h lib: zstd: Add decompress_sources.h for decompress_unzstd 2021-11-08 16:55:26 -08:00
decompress.c lib: zstd: Add kernel-specific API 2021-11-08 16:55:21 -08:00
entropy_common.c
error_private.h
fse_compress.c
fse_decompress.c lib: Prepare zstd for preboot environment, improve performance 2020-07-31 11:49:07 +02:00
fse.h
huf_compress.c lib: Fix fall-through warnings for Clang 2020-11-19 07:23:47 -06:00
huf_decompress.c
huf.h lib/decompressors: fix spelling mistakes 2021-07-01 11:06:05 -07:00
Makefile
mem.h
zstd_common.c
zstd_internal.h lib: Prepare zstd for preboot environment, improve performance 2020-07-31 11:49:07 +02:00
zstd_opt.h