Merge branches 'arm/omap', 'arm/msm', 'arm/smmu', 'arm/tegra', 'x86/vt-d', 'x86/amd...
[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.031481 seconds and 6 git commands to generate.