cregit-Linux how code gets into the kernel

Release 4.15 include/linux/lcm.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#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. Petersen2663.41%133.33%
Mike Snitzer1434.15%133.33%
Greg Kroah-Hartman12.44%133.33%
Total41100.00%3100.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.