]> Git Repo - linux.git/blob - include/linux/decompress/unlzo.h
Merge tag 'input-for-v6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor...
[linux.git] / include / linux / decompress / unlzo.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef DECOMPRESS_UNLZO_H
3 #define DECOMPRESS_UNLZO_H
4
5 int unlzo(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
This page took 0.035976 seconds and 4 git commands to generate.