mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
[contrib][linux] Add zstd_common module
The zstd_common module was added upstream in commit
637a642f5c
.
But the kernel specific code was inlined into the library. This commit
switches it to use the out of line method that we use for the other
modules.
This commit is contained in:
committed by
Nick Terrell
parent
dcc7228de9
commit
330558ad52
@ -12,6 +12,8 @@
|
||||
|
||||
#define EXPORT_SYMBOL(symbol) \
|
||||
void* __##symbol = symbol
|
||||
#define EXPORT_SYMBOL_GPL(symbol) \
|
||||
void* __##symbol = symbol
|
||||
#define MODULE_LICENSE(license)
|
||||
#define MODULE_DESCRIPTION(description)
|
||||
|
||||
|
Reference in New Issue
Block a user