cregit-Linux how code gets into the kernel

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

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

#define _METAG_STRING_H_


#define __HAVE_ARCH_MEMSET
extern void *memset(void *__s, int __c, size_t __count);


#define __HAVE_ARCH_MEMCPY
void *memcpy(void *__to, __const__ void *__from, size_t __n);


#define __HAVE_ARCH_MEMMOVE
extern void *memmove(void *__dest, __const__ void *__src, size_t __n);

#endif /* _METAG_STRING_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
James Hogan6998.57%150.00%
Greg Kroah-Hartman11.43%150.00%
Total70100.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.