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
include
linux
nx842.h
Go to the documentation of this file.
1
#ifndef __NX842_H__
2
#define __NX842_H__
3
4
int
nx842_get_workmem_size
(
void
);
5
int
nx842_get_workmem_size_aligned
(
void
);
6
int
nx842_compress
(
const
unsigned
char
*
in
,
unsigned
int
in_len
,
7
unsigned
char
*
out
,
unsigned
int
*
out_len
,
void
*wrkmem);
8
int
nx842_decompress
(
const
unsigned
char
*
in
,
unsigned
int
in_len
,
9
unsigned
char
*
out
,
unsigned
int
*
out_len
,
void
*wrkmem);
10
11
#endif
Generated on Thu Jan 10 2013 14:52:14 for Linux Kernel by
1.8.2