aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nx842.h
blob: d919c22b7fd63510112aecec7bdacb33797583c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __NX842_H__
#define __NX842_H__

#define __NX842_PSERIES_MEM_COMPRESS	((PAGE_SIZE * 2) + 10240)

#define NX842_MEM_COMPRESS	__NX842_PSERIES_MEM_COMPRESS

int nx842_compress(const unsigned char *in, unsigned int in_len,
		   unsigned char *out, unsigned int *out_len, void *wrkmem);
int nx842_decompress(const unsigned char *in, unsigned int in_len,
		     unsigned char *out, unsigned int *out_len, void *wrkmem);

#endif