cregit-Linux how code gets into the kernel

Release 4.12 include/linux/lcm.h

Directory: include/linux
#ifndef _LCM_H

#define _LCM_H

#include <linux/compiler.h>

unsigned long lcm(unsigned long a, unsigned long b) __attribute_const__;
unsigned long lcm_not_zero(unsigned long a, unsigned long b) __attribute_const__;

#endif /* _LCM_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Martin K. Petersen2665.00%150.00%
Mike Snitzer1435.00%150.00%
Total40100.00%2100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.