]> Git Repo - linux.git/blob - arch/csky/include/uapi/asm/unistd.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / csky / include / uapi / asm / unistd.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
3 #define __ARCH_WANT_STAT64
4 #define __ARCH_WANT_NEW_STAT
5 #define __ARCH_WANT_SYS_CLONE
6 #define __ARCH_WANT_SYS_CLONE3
7 #define __ARCH_WANT_SET_GET_RLIMIT
8 #define __ARCH_WANT_TIME32_SYSCALLS
9 #include <asm-generic/unistd.h>
10
11 #define __NR_set_thread_area    (__NR_arch_specific_syscall + 0)
12 __SYSCALL(__NR_set_thread_area, sys_set_thread_area)
13 #define __NR_cacheflush         (__NR_arch_specific_syscall + 1)
14 __SYSCALL(__NR_cacheflush, sys_cacheflush)
This page took 0.03424 seconds and 4 git commands to generate.