treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / powerpc / include / asm / syscalls.h
blob398171fdcd9fcf4a7c7721adf0f6afef72ea5497
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_POWERPC_SYSCALLS_H
3 #define __ASM_POWERPC_SYSCALLS_H
4 #ifdef __KERNEL__
6 #include <linux/compiler.h>
7 #include <linux/linkage.h>
8 #include <linux/types.h>
10 struct rtas_args;
12 asmlinkage long sys_mmap(unsigned long addr, size_t len,
13 unsigned long prot, unsigned long flags,
14 unsigned long fd, off_t offset);
15 asmlinkage long sys_mmap2(unsigned long addr, size_t len,
16 unsigned long prot, unsigned long flags,
17 unsigned long fd, unsigned long pgoff);
18 asmlinkage long ppc64_personality(unsigned long personality);
19 asmlinkage long sys_rtas(struct rtas_args __user *uargs);
21 #endif /* __KERNEL__ */
22 #endif /* __ASM_POWERPC_SYSCALLS_H */