Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
lib
xz
xz_dec_syms.c
Go to the documentation of this file.
1
/*
2
* XZ decoder module information
3
*
4
* Author: Lasse Collin <
[email protected]
>
5
*
6
* This file has been put into the public domain.
7
* You can do whatever you want with this file.
8
*/
9
10
#include <linux/module.h>
11
#include <
linux/xz.h
>
12
13
EXPORT_SYMBOL
(
xz_dec_init
);
14
EXPORT_SYMBOL
(
xz_dec_reset
);
15
EXPORT_SYMBOL
(
xz_dec_run
);
16
EXPORT_SYMBOL
(
xz_dec_end
);
17
18
MODULE_DESCRIPTION
(
"XZ decompressor"
);
19
MODULE_VERSION
(
"1.0"
);
20
MODULE_AUTHOR
(
"Lasse Collin <
[email protected]
> and Igor Pavlov"
);
21
22
/*
23
* This code is in the public domain, but in Linux it's simplest to just
24
* say it's GPL and consider the authors as the copyright holders.
25
*/
26
MODULE_LICENSE
(
"GPL"
);
Generated on Thu Jan 10 2013 14:56:00 for Linux Kernel by
1.8.2