cregit-Linux how code gets into the kernel

Release 4.11 arch/metag/include/asm/div64.h

#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

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
James Hogan41100.00%1100.00%
Total41100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.