treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / parisc / include / uapi / asm / unistd.h
blob98dc953656afacdde3e8021982c7244bbe6b50ff
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_
5 #ifdef __LP64__
6 #include <asm/unistd_64.h>
7 #else
8 #include <asm/unistd_32.h>
9 #endif
11 #define LINUX_GATEWAY_ADDR 0x100
13 #endif /* _UAPI_ASM_PARISC_UNISTD_H_ */