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


      1/* SPDX-License-Identifier: GPL-2.0 */
      2
      3#ifndef _CSKY_STRING_MM_H_
      4#define _CSKY_STRING_MM_H_
      5
      6#ifndef __ASSEMBLY__
      7#include <linux/types.h>
      8#include <linux/compiler.h>
      9#include <abi/string.h>
     10#endif
     11
     12#endif /* _CSKY_STRING_MM_H_ */