Release 4.12 include/linux/decompress/unlz4.h
#ifndef DECOMPRESS_UNLZ4_H
#define DECOMPRESS_UNLZ4_H
int unlz4(unsigned char *inbuf, long len,
long (*fill)(void*, unsigned long),
long (*flush)(void*, unsigned long),
unsigned char *output,
long *pos,
void(*error)(char *x));
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Kyungsik Lee | 60 | 90.91% | 1 | 50.00% |
Yinghai Lu | 6 | 9.09% | 1 | 50.00% |
Total | 66 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.