nlm: Ensure callback code also checks that the files match
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / nx842.h
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