X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Farch%2Fscore%2Finclude%2Fasm%2Fstring.h;fp=kernel%2Farch%2Fscore%2Finclude%2Fasm%2Fstring.h;h=8a6bf5063aa5ac9a48eca44715bb8af04e12e7d5;hb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;hp=0000000000000000000000000000000000000000;hpb=98260f3884f4a202f9ca5eabed40b1354c489b29;p=kvmfornfv.git diff --git a/kernel/arch/score/include/asm/string.h b/kernel/arch/score/include/asm/string.h new file mode 100644 index 000000000..8a6bf5063 --- /dev/null +++ b/kernel/arch/score/include/asm/string.h @@ -0,0 +1,8 @@ +#ifndef _ASM_SCORE_STRING_H +#define _ASM_SCORE_STRING_H + +extern void *memset(void *__s, int __c, size_t __count); +extern void *memcpy(void *__to, __const__ void *__from, size_t __n); +extern void *memmove(void *__dest, __const__ void *__src, size_t __n); + +#endif /* _ASM_SCORE_STRING_H */