fbdev: SuperH Mobile LCDC Driver
[deliverable/linux.git] / include / asm-sh / string_64.h
CommitLineData
a23ba435
PM
1#ifndef __ASM_SH_STRING_64_H
2#define __ASM_SH_STRING_64_H
1da177e4
LT
3
4/*
a23ba435 5 * include/asm-sh/string_64.h
1da177e4
LT
6 *
7 * Copyright (C) 2000, 2001 Paolo Alberelli
8 *
a23ba435
PM
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.
1da177e4
LT
12 */
13
14#define __HAVE_ARCH_MEMCPY
1da177e4
LT
15extern void *memcpy(void *dest, const void *src, size_t count);
16
a23ba435 17#endif /* __ASM_SH_STRING_64_H */
This page took 0.324727 seconds and 5 git commands to generate.