Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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_ */