Release 4.7 include/linux/lcm.h
#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
| Person | Tokens | Prop | Commits | CommitProp |
martin k. petersen | martin k. petersen | 26 | 65.00% | 1 | 50.00% |
mike snitzer | mike snitzer | 14 | 35.00% | 1 | 50.00% |
| Total | 40 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.