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

intrinsics.h (306B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Compiler-dependent intrinsics.
      4 *
      5 * Copyright (C) 2002-2003 Hewlett-Packard Co
      6 *	David Mosberger-Tang <davidm@hpl.hp.com>
      7 */
      8#ifndef _ASM_IA64_INTRINSICS_H
      9#define _ASM_IA64_INTRINSICS_H
     10
     11#include <uapi/asm/intrinsics.h>
     12
     13#endif /* _ASM_IA64_INTRINSICS_H */