]> Git Repo - J-linux.git/blob - arch/nios2/include/asm/syscalls.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / nios2 / include / asm / syscalls.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright Altera Corporation (C) 2013. All rights reserved
4  */
5 #ifndef __ASM_NIOS2_SYSCALLS_H
6 #define __ASM_NIOS2_SYSCALLS_H
7
8 int sys_cacheflush(unsigned long addr, unsigned long len,
9                                 unsigned int op);
10
11 #include <asm-generic/syscalls.h>
12
13 #endif /* __ASM_NIOS2_SYSCALLS_H */
This page took 0.026604 seconds and 4 git commands to generate.