3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-10 17:25:55 +00:00

11 lines
277 B
C
Raw Normal View History

2021-05-27 00:09:36 +05:00
/* SPDX-License-Identifier: GPL-2.0 */
2021-09-23 21:59:15 +05:00
// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
2021-05-27 00:09:36 +05:00
#ifndef __ABI_CSKY_STRING_H
#define __ABI_CSKY_STRING_H
#define __HAVE_ARCH_MEMCPY
extern void *memcpy(void *, const void *, __kernel_size_t);
#endif /* __ABI_CSKY_STRING_H */