cregit-Linux how code gets into the kernel

Release 4.12 include/linux/decompress/bunzip2.h

#ifndef DECOMPRESS_BUNZIP2_H

#define DECOMPRESS_BUNZIP2_H

int bunzip2(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

PersonTokensPropCommitsCommitProp
Alain Knaff6090.91%150.00%
Yinghai Lu69.09%150.00%
Total66100.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.