cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#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 Hogan4197.62%150.00%
Greg Kroah-Hartman12.38%150.00%
Total42100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.