Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / arc / include / asm / unistd.h
blob211c230d88d6df1bfc3d7d83452fdc6014a25c1d
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _ASM_ARC_UNISTD_H
3 #define _ASM_ARC_UNISTD_H
5 #include <uapi/asm/unistd.h>
7 #define __ARCH_WANT_STAT64
8 #define __ARCH_WANT_SYS_CLONE
9 #define __ARCH_WANT_SYS_VFORK
10 #define __ARCH_WANT_SYS_FORK
12 #define NR_syscalls __NR_syscalls
14 #endif