md: set and test the ->persistent flag for md devices more consistently
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-sh / string_64.h
blobaa1fef229c7847c652edb5ffd0f6af1ac3a1e709
1 #ifndef __ASM_SH_STRING_64_H
2 #define __ASM_SH_STRING_64_H
4 /*
5 * include/asm-sh/string_64.h
7 * Copyright (C) 2000, 2001 Paolo Alberelli
9 * This file is subject to the terms and conditions of the GNU General Public
10 * License. See the file "COPYING" in the main directory of this archive
11 * for more details.
14 #define __HAVE_ARCH_MEMCPY
15 extern void *memcpy(void *dest, const void *src, size_t count);
17 #endif /* __ASM_SH_STRING_64_H */