Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensa
[cris-mirror.git] / include / linux / decompress / bunzip2.h
blob5860163942a4e5e9484ba753e89e76ffb4726ae5
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef DECOMPRESS_BUNZIP2_H
3 #define DECOMPRESS_BUNZIP2_H
5 int bunzip2(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)(char *x));
11 #endif