xref: /openbmc/linux/arch/csky/include/asm/syscalls.h (revision 6607aa6f)
14859bfcaSGuo Ren /* SPDX-License-Identifier: GPL-2.0 */
24859bfcaSGuo Ren 
34859bfcaSGuo Ren #ifndef __ASM_CSKY_SYSCALLS_H
44859bfcaSGuo Ren #define __ASM_CSKY_SYSCALLS_H
54859bfcaSGuo Ren 
64859bfcaSGuo Ren #include <asm-generic/syscalls.h>
74859bfcaSGuo Ren 
84859bfcaSGuo Ren long sys_cacheflush(void __user *, unsigned long, int);
94859bfcaSGuo Ren 
104859bfcaSGuo Ren long sys_set_thread_area(unsigned long addr);
114859bfcaSGuo Ren 
124859bfcaSGuo Ren long sys_csky_fadvise64_64(int fd, int advice, loff_t offset, loff_t len);
134859bfcaSGuo Ren 
144859bfcaSGuo Ren #endif /* __ASM_CSKY_SYSCALLS_H */
15