162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci 362306a36Sopenharmony_ci#ifndef __ASM_CSKY_SYSCALLS_H 462306a36Sopenharmony_ci#define __ASM_CSKY_SYSCALLS_H 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#include <asm-generic/syscalls.h> 762306a36Sopenharmony_ci 862306a36Sopenharmony_cilong sys_cacheflush(void __user *, unsigned long, int); 962306a36Sopenharmony_ci 1062306a36Sopenharmony_cilong sys_set_thread_area(unsigned long addr); 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_cilong sys_csky_fadvise64_64(int fd, int advice, loff_t offset, loff_t len); 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#endif /* __ASM_CSKY_SYSCALLS_H */ 15