2007-11-28 11:19:38 +00:00
|
|
|
#ifndef __ASM_SH_STRING_64_H
|
|
|
|
#define __ASM_SH_STRING_64_H
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
/*
|
2007-11-28 11:19:38 +00:00
|
|
|
* include/asm-sh/string_64.h
|
2005-04-16 22:20:36 +00:00
|
|
|
*
|
|
|
|
* Copyright (C) 2000, 2001 Paolo Alberelli
|
|
|
|
*
|
2007-11-28 11:19:38 +00:00
|
|
|
* This file is subject to the terms and conditions of the GNU General Public
|
|
|
|
* License. See the file "COPYING" in the main directory of this archive
|
|
|
|
* for more details.
|
2005-04-16 22:20:36 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#define __HAVE_ARCH_MEMCPY
|
|
|
|
extern void *memcpy(void *dest, const void *src, size_t count);
|
|
|
|
|
2007-11-28 11:19:38 +00:00
|
|
|
#endif /* __ASM_SH_STRING_64_H */
|