blob: 98dc953656afacdde3e8021982c7244bbe6b50ff [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* 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_ */