cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

string.h (324B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef __ASM_OPENRISC_STRING_H
      3#define __ASM_OPENRISC_STRING_H
      4
      5#define __HAVE_ARCH_MEMSET
      6extern void *memset(void *s, int c, __kernel_size_t n);
      7
      8#define __HAVE_ARCH_MEMCPY
      9extern void *memcpy(void *dest, __const void *src, __kernel_size_t n);
     10
     11#endif /* __ASM_OPENRISC_STRING_H */