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 (218B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2
      3#ifndef __ABI_CSKY_STRING_H
      4#define __ABI_CSKY_STRING_H
      5
      6#define __HAVE_ARCH_MEMCPY
      7extern void *memcpy(void *, const void *, __kernel_size_t);
      8
      9#endif /* __ABI_CSKY_STRING_H */