diff options
Diffstat (limited to 'include/linux/nx842.h')
| -rw-r--r-- | include/linux/nx842.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/nx842.h b/include/linux/nx842.h new file mode 100644 index 000000000000..a4d324c6406a --- /dev/null +++ b/include/linux/nx842.h | |||
| @@ -0,0 +1,11 @@ | |||
| 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 | ||
