Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/parisc/include/uapi/asm/unistd.h
26305 views
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_ */
14
15