cregit-Linux how code gets into the kernel

Release 4.14 include/linux/gcd.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _GCD_H

#define _GCD_H

#include <linux/compiler.h>

unsigned long gcd(unsigned long a, unsigned long b) __attribute_const__;

#endif /* _GCD_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Florian Fainelli2696.30%150.00%
Greg Kroah-Hartman13.70%150.00%
Total27100.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.