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

unistd.h (292B)


      1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
      2#ifndef _UAPI_ASM_PARISC_UNISTD_H_
      3#define _UAPI_ASM_PARISC_UNISTD_H_
      4
      5#ifdef __LP64__
      6#include <asm/unistd_64.h>
      7#else
      8#include <asm/unistd_32.h>
      9#endif
     10
     11#define LINUX_GATEWAY_ADDR	0x100
     12
     13#endif /* _UAPI_ASM_PARISC_UNISTD_H_ */