1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 #ifndef DECOMPRESS_UNLZMA_H 1 #ifndef DECOMPRESS_UNLZMA_H 3 #define DECOMPRESS_UNLZMA_H 2 #define DECOMPRESS_UNLZMA_H 4 3 5 int unlzma(unsigned char *, long, 4 int unlzma(unsigned char *, long, 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 *posp, 8 long *posp, 10 void(*error)(char *x) 9 void(*error)(char *x) 11 ); 10 ); 12 11 13 #endif 12 #endif 14 13
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.