1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 #ifndef DECOMPRESS_UNLZ4_H 1 #ifndef DECOMPRESS_UNLZ4_H 3 #define DECOMPRESS_UNLZ4_H 2 #define DECOMPRESS_UNLZ4_H 4 3 5 int unlz4(unsigned char *inbuf, long len, 4 int unlz4(unsigned char *inbuf, long len, 6 long (*fill)(void*, unsigned long), 5 long (*fill)(void*, unsigned long), 7 long (*flush)(void*, unsigned long), 6 long (*flush)(void*, unsigned long), 8 unsigned char *output, 7 unsigned char *output, 9 long *pos, 8 long *pos, 10 void(*error)(char *x)); 9 void(*error)(char *x)); 11 #endif 10 #endif 12 11
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.