Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / include / linux / decompress / inflate.h
blobb65f24e7d442ab3ee4937fdd8bbfead481e2aa1f
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef LINUX_DECOMPRESS_INFLATE_H
3 #define LINUX_DECOMPRESS_INFLATE_H
5 int gunzip(unsigned char *inbuf, long len,
6 long (*fill)(void*, unsigned long),
7 long (*flush)(void*, unsigned long),
8 unsigned char *output,
9 long *pos,
10 void(*error_fn)(char *x));
11 #endif