linux/arch/csky/include/asm/syscalls.h
Guo Ren 6607aa6f6b csky: Fixup compile error
: error: C++ style comments are not allowed in ISO C90
 // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
 ^
error: (this will be reported only once per input file)

Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
2021-02-27 22:04:14 +08:00

15 lines
351 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_CSKY_SYSCALLS_H
#define __ASM_CSKY_SYSCALLS_H
#include <asm-generic/syscalls.h>
long sys_cacheflush(void __user *, unsigned long, int);
long sys_set_thread_area(unsigned long addr);
long sys_csky_fadvise64_64(int fd, int advice, loff_t offset, loff_t len);
#endif /* __ASM_CSKY_SYSCALLS_H */