#ifndef __ASM_DIV64_H__ #define __ASM_DIV64_H__ #include <asm-generic/div64.h> extern u64 div_u64(u64 dividend, u64 divisor); extern s64 div_s64(s64 dividend, s64 divisor); #define div_u64 div_u64 #define div_s64 div_s64 #endifOverall Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| james hogan | james hogan | 41 | 100.00% | 1 | 100.00% |
| Total | 41 | 100.00% | 1 | 100.00% |