/* * XZ decoder module information * * Author: Lasse Collin * * This file has been put into the public domain. * You can do whatever you want with this file. */ #include #include EXPORT_SYMBOL(xz_dec_init); EXPORT_SYMBOL(xz_dec_reset); EXPORT_SYMBOL(xz_dec_run); EXPORT_SYMBOL(xz_dec_end); MODULE_DESCRIPTION("XZ decompressor"); MODULE_VERSION("1.0"); MODULE_AUTHOR("Lasse Collin and Igor Pavlov"); /* * This code is in the public domain, but in Linux it's simplest to just * say it's GPL and consider the authors as the copyright holders. */ MODULE_LICENSE("GPL"); mg src='/cgit.png' alt='cgit logo'/> index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/core/devlink.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/core/devlink.c b/net/core/devlink.c