cregit-Linux how code gets into the kernel

Release 4.14 arch/ia64/include/asm/string.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_IA64_STRING_H

#define _ASM_IA64_STRING_H

/*
 * Here is where we want to put optimized versions of the string
 * routines.
 *
 * Copyright (C) 1998-2000, 2002 Hewlett-Packard Co
 *      David Mosberger-Tang <davidm@hpl.hp.com>
 */



#define __HAVE_ARCH_STRLEN	1 
/* see arch/ia64/lib/strlen.S */

#define __HAVE_ARCH_MEMSET	1 
/* see arch/ia64/lib/memset.S */

#define __HAVE_ARCH_MEMCPY	1 
/* see arch/ia64/lib/memcpy.S */

extern __kernel_size_t strlen (const char *);
extern void *memcpy (void *, const void *, __kernel_size_t);
extern void *memset (void *, int, __kernel_size_t);

#endif /* _ASM_IA64_STRING_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)5180.95%350.00%
David Mosberger-Tang1117.46%233.33%
Greg Kroah-Hartman11.59%116.67%
Total63100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.