/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

  1. #ifndef DECOMPRESS_UNLZO_H
  2. #define DECOMPRESS_UNLZO_H
  3. int unlzo(unsigned char *inbuf, int len,
  4. int(*fill)(void*, unsigned int),
  5. int(*flush)(void*, unsigned int),
  6. unsigned char *output,
  7. int *pos,
  8. void(*error)(char *x));
  9. #endif