xref: /kernel/linux/linux-6.6/arch/csky/abiv2/strksyms.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/csky/abiv2/
162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
362306a36Sopenharmony_ci
462306a36Sopenharmony_ci#include <linux/module.h>
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifdef CONFIG_HAVE_EFFICIENT_UNALIGNED_STRING_OPS
762306a36Sopenharmony_ciEXPORT_SYMBOL(memcpy);
862306a36Sopenharmony_ciEXPORT_SYMBOL(memset);
962306a36Sopenharmony_ciEXPORT_SYMBOL(memmove);
1062306a36Sopenharmony_ci#endif
1162306a36Sopenharmony_ciEXPORT_SYMBOL(memcmp);
1262306a36Sopenharmony_ciEXPORT_SYMBOL(strcmp);
1362306a36Sopenharmony_ciEXPORT_SYMBOL(strcpy);
1462306a36Sopenharmony_ciEXPORT_SYMBOL(strlen);
15

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