forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/arch/nds32/include/asm/syscalls.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0
1
+/* SPDX-License-Identifier: GPL-2.0 */
22 // Copyright (C) 2005-2017 Andes Technology Corporation
33
44 #ifndef __ASM_NDS32_SYSCALLS_H
....@@ -7,6 +7,7 @@
77 asmlinkage long sys_cacheflush(unsigned long addr, unsigned long len, unsigned int op);
88 asmlinkage long sys_fadvise64_64_wrapper(int fd, int advice, loff_t offset, loff_t len);
99 asmlinkage long sys_rt_sigreturn_wrapper(void);
10
+asmlinkage long sys_fp_udfiex_crtl(int cmd, int act);
1011
1112 #include <asm-generic/syscalls.h>
1213