]> git.ipfire.org Git - thirdparty/zstd.git/commit
[contrib][linux] Expose zstd headers to avoid duplication
authorNick Terrell <terrelln@fb.com>
Thu, 3 Dec 2020 20:37:30 +0000 (12:37 -0800)
committerNick Terrell <terrelln@fb.com>
Tue, 16 Mar 2021 18:47:22 +0000 (11:47 -0700)
commite4b914e6639699be519e86e96f576caf8cb3503a
tree01baa45714299254f5391e8b0062f3d8317335d5
parent49a9e070f5dc7fdb0e39fdfdbbf998451c75a68e
[contrib][linux] Expose zstd headers to avoid duplication

Expose the zstd headers in `include/linux` to avoid struct duplication.
This makes the member names not follow Kernel style guidelines, and
exposes the zstd symbols. But, the LMKL reviewers are okay with that.
contrib/linux-kernel/Makefile
contrib/linux-kernel/linux_zstd.h
contrib/linux-kernel/test/test.c
contrib/linux-kernel/zstd_compress_module.c
contrib/linux-kernel/zstd_decompress_module.c