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

types.h (326B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef __ASM_SH_TYPES_H
      3#define __ASM_SH_TYPES_H
      4
      5#include <uapi/asm/types.h>
      6
      7/*
      8 * These aren't exported outside the kernel to avoid name space clashes
      9 */
     10#ifndef __ASSEMBLY__
     11
     12typedef u16 insn_size_t;
     13typedef u32 reg_size_t;
     14
     15#endif /* __ASSEMBLY__ */
     16#endif /* __ASM_SH_TYPES_H */