1*4859bfcaSGuo Ren /* SPDX-License-Identifier: GPL-2.0 */ 2*4859bfcaSGuo Ren 3*4859bfcaSGuo Ren #ifndef __ASM_CSKY_SYSCALLS_H 4*4859bfcaSGuo Ren #define __ASM_CSKY_SYSCALLS_H 5*4859bfcaSGuo Ren 6*4859bfcaSGuo Ren #include <asm-generic/syscalls.h> 7*4859bfcaSGuo Ren 8*4859bfcaSGuo Ren long sys_cacheflush(void __user *, unsigned long, int); 9*4859bfcaSGuo Ren 10*4859bfcaSGuo Ren long sys_set_thread_area(unsigned long addr); 11*4859bfcaSGuo Ren 12*4859bfcaSGuo Ren long sys_csky_fadvise64_64(int fd, int advice, loff_t offset, loff_t len); 13*4859bfcaSGuo Ren 14*4859bfcaSGuo Ren #endif /* __ASM_CSKY_SYSCALLS_H */ 15