summaryrefslogtreecommitdiff
path: root/libc/string/csky/memcpy.S
blob: 5646c2607db6cd2f37c749151f840734d1f2d085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd.
 *
 * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB
 * in this tarball.
 */

#include <features.h>

#ifdef __CSKYABIV2__
#include "cskyv2/abiv2_memcpy.S"
#else
#include "cskyv1/memcpy.S"
#endif