Merge remote-tracking branch 'asoc/topic/sti' into asoc-next
[deliverable/linux.git] / include / linux / decompress / inflate.h
CommitLineData
af661e83
RK
1#ifndef LINUX_DECOMPRESS_INFLATE_H
2#define LINUX_DECOMPRESS_INFLATE_H
bc22c17e 3
d97b07c5
YL
4int gunzip(unsigned char *inbuf, long len,
5 long (*fill)(void*, unsigned long),
6 long (*flush)(void*, unsigned long),
bc22c17e 7 unsigned char *output,
d97b07c5 8 long *pos,
bc22c17e
AK
9 void(*error_fn)(char *x));
10#endif
This page took 0.527817 seconds and 5 git commands to generate.