Merge tag 'regmap-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[deliverable/linux.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
This page took 0.040835 seconds and 5 git commands to generate.