locking/rwsem: Fix down_write_killable()
[deliverable/linux.git] / include / linux / sw842.h
1 #ifndef __SW842_H__
2 #define __SW842_H__
3
4 #define SW842_MEM_COMPRESS (0xf000)
5
6 int sw842_compress(const u8 *src, unsigned int srclen,
7 u8 *dst, unsigned int *destlen, void *wmem);
8
9 int sw842_decompress(const u8 *src, unsigned int srclen,
10 u8 *dst, unsigned int *destlen);
11
12 #endif
This page took 0.031387 seconds and 5 git commands to generate.