cregit-Linux how code gets into the kernel

Release 4.12 include/linux/decompress/unlzma.h

#ifndef DECOMPRESS_UNLZMA_H

#define DECOMPRESS_UNLZMA_H

int unlzma(unsigned char *, long,
	   long (*fill)(void*, unsigned long),
	   long (*flush)(void*, unsigned long),
	   unsigned char *output,
	   long *posp,
	   void(*error)(char *x)
	);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Alain Knaff5890.62%150.00%
Yinghai Lu69.38%150.00%
Total64100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.