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