cregit-Linux how code gets into the kernel

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

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

#define _PA_STRING_H_


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


#define __HAVE_ARCH_MEMCPY
void * memcpy(void * dest,const void *src,size_t count);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Matthew Wilcox4497.78%266.67%
Greg Kroah-Hartman12.22%133.33%
Total45100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.