1 /* 1 2 * This file is subject to the terms and condi 3 * License. See the file "COPYING" in the mai 4 * for more details. 5 * 6 * Copyright (c) 1994, 95, 96, 97, 98, 2000, 0 7 * Copyright (c) 2000 by Silicon Graphics, Inc 8 * Copyright (c) 2001 MIPS Technologies, Inc. 9 */ 10 #ifndef _ASM_STRING_H 11 #define _ASM_STRING_H 12 13 #define __HAVE_ARCH_MEMSET 14 extern void *memset(void *__s, int __c, size_t 15 16 #define __HAVE_ARCH_MEMCPY 17 extern void *memcpy(void *__to, __const__ void 18 19 #define __HAVE_ARCH_MEMMOVE 20 extern void *memmove(void *__dest, __const__ v 21 22 #endif /* _ASM_STRING_H */ 23
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.