Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / include / linux / decompress / unlz4.h
blob5a235f605d5f0d5c777afed71d1bad55a3298fe1
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef DECOMPRESS_UNLZ4_H
3 #define DECOMPRESS_UNLZ4_H
5 int unlz4(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