cregit-Linux how code gets into the kernel

Release 4.7 include/linux/gcd.h

Directory: include/linux
#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 fainelliflorian fainelli26100.00%1100.00%
Total26100.00%1100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}