^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) // Copyright (C) 2005-2017 Andes Technology Corporation
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #ifndef __ASM_NDS32_SYSCALLS_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) #define __ASM_NDS32_SYSCALLS_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) asmlinkage long sys_cacheflush(unsigned long addr, unsigned long len, unsigned int op);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) asmlinkage long sys_fadvise64_64_wrapper(int fd, int advice, loff_t offset, loff_t len);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) asmlinkage long sys_rt_sigreturn_wrapper(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) asmlinkage long sys_fp_udfiex_crtl(int cmd, int act);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) #include <asm-generic/syscalls.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) #endif /* __ASM_NDS32_SYSCALLS_H */