]> git.ipfire.org Git - thirdparty/zstd.git/commit
[contrib][linux] Add wrapper API
authorNick Terrell <terrelln@fb.com>
Wed, 2 Dec 2020 08:56:56 +0000 (00:56 -0800)
committerNick Terrell <terrelln@fb.com>
Wed, 2 Dec 2020 09:08:08 +0000 (01:08 -0800)
commitf58e9a9830ec5f02e08d84ae53d10b449b170715
tree586fb054ad628443b11d13563964423e0346658f
parent6112b8252631dca8696f319c19d252458b60f9c3
[contrib][linux] Add wrapper API

Add the kernel wrapper API. This keeps the same API and semantics as the
existing kernel API with name changes to be more kernel style and avoid
symbol collisions with zstd.
contrib/linux-kernel/Makefile
contrib/linux-kernel/decompress_sources.h
contrib/linux-kernel/linux_zstd.h [new file with mode: 0644]
contrib/linux-kernel/test/Makefile
contrib/linux-kernel/test/static_test.c
contrib/linux-kernel/test/test.c
contrib/linux-kernel/zstd_compress_module.c
contrib/linux-kernel/zstd_decompress_module.c