Merge branch 'lorenzo/pci/dwc-fixes'
[sfrench/cifs-2.6.git] / arch / nds32 / include / uapi / asm / unistd.h
1 // SPDX-License-Identifier: GPL-2.0
2 // Copyright (C) 2005-2017 Andes Technology Corporation
3
4 #define __ARCH_WANT_SYNC_FILE_RANGE2
5
6 /* Use the standard ABI for syscalls */
7 #include <asm-generic/unistd.h>
8
9 /* Additional NDS32 specific syscalls. */
10 #define __NR_cacheflush         (__NR_arch_specific_syscall)
11 __SYSCALL(__NR_cacheflush, sys_cacheflush)