/include/linux/decompress/unlzo.h
https://github.com/airy09/android_kernel_sony_apq8064 · C Header · 10 lines · 9 code · 1 blank · 0 comment · 0 complexity · af3764dd21bf164c92013c2cbf11ccb4 MD5 · raw file
- #ifndef DECOMPRESS_UNLZO_H
- #define DECOMPRESS_UNLZO_H
- int unlzo(unsigned char *inbuf, int len,
- int(*fill)(void*, unsigned int),
- int(*flush)(void*, unsigned int),
- unsigned char *output,
- int *pos,
- void(*error)(char *x));
- #endif