18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci// Copyright (C) 2005-2017 Andes Technology Corporation 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ci#ifndef __ASM_NDS32_SYSCALLS_H 58c2ecf20Sopenharmony_ci#define __ASM_NDS32_SYSCALLS_H 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciasmlinkage long sys_cacheflush(unsigned long addr, unsigned long len, unsigned int op); 88c2ecf20Sopenharmony_ciasmlinkage long sys_fadvise64_64_wrapper(int fd, int advice, loff_t offset, loff_t len); 98c2ecf20Sopenharmony_ciasmlinkage long sys_rt_sigreturn_wrapper(void); 108c2ecf20Sopenharmony_ciasmlinkage long sys_fp_udfiex_crtl(int cmd, int act); 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#include <asm-generic/syscalls.h> 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#endif /* __ASM_NDS32_SYSCALLS_H */ 15