xref: /kernel/linux/linux-5.10/arch/csky/abiv2/strksyms.c (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/csky/abiv2/
18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#include <linux/module.h>
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciEXPORT_SYMBOL(memcpy);
78c2ecf20Sopenharmony_ciEXPORT_SYMBOL(memset);
88c2ecf20Sopenharmony_ciEXPORT_SYMBOL(memcmp);
98c2ecf20Sopenharmony_ciEXPORT_SYMBOL(memmove);
108c2ecf20Sopenharmony_ciEXPORT_SYMBOL(strcmp);
118c2ecf20Sopenharmony_ciEXPORT_SYMBOL(strcpy);
128c2ecf20Sopenharmony_ciEXPORT_SYMBOL(strlen);
13

Indexes created Thu Nov 07 10:32:03 CST 2024