Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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);
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