blob: 4e7216082a6725e79030c8a06c19a4996d2e4319 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0 */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002// Copyright (C) 2005-2017 Andes Technology Corporation
3
4#ifndef __ASM_NDS32_SYSCALLS_H
5#define __ASM_NDS32_SYSCALLS_H
6
7asmlinkage long sys_cacheflush(unsigned long addr, unsigned long len, unsigned int op);
8asmlinkage long sys_fadvise64_64_wrapper(int fd, int advice, loff_t offset, loff_t len);
9asmlinkage long sys_rt_sigreturn_wrapper(void);
David Brazdil0f672f62019-12-10 10:32:29 +000010asmlinkage long sys_fp_udfiex_crtl(int cmd, int act);
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000011
12#include <asm-generic/syscalls.h>
13
14#endif /* __ASM_NDS32_SYSCALLS_H */