Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[sfrench/cifs-2.6.git] / arch / sh / include / asm / unistd.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 # ifdef CONFIG_SUPERH32
3 #  include <asm/unistd_32.h>
4 # else
5 #  include <asm/unistd_64.h>
6 # endif
7
8 # define __ARCH_WANT_NEW_STAT
9 # define __ARCH_WANT_OLD_READDIR
10 # define __ARCH_WANT_OLD_STAT
11 # define __ARCH_WANT_STAT64
12 # define __ARCH_WANT_SYS_ALARM
13 # define __ARCH_WANT_SYS_GETHOSTNAME
14 # define __ARCH_WANT_SYS_IPC
15 # define __ARCH_WANT_SYS_PAUSE
16 # define __ARCH_WANT_SYS_SIGNAL
17 # define __ARCH_WANT_SYS_TIME
18 # define __ARCH_WANT_SYS_UTIME
19 # define __ARCH_WANT_SYS_WAITPID
20 # define __ARCH_WANT_SYS_SOCKETCALL
21 # define __ARCH_WANT_SYS_FADVISE64
22 # define __ARCH_WANT_SYS_GETPGRP
23 # define __ARCH_WANT_SYS_NICE
24 # define __ARCH_WANT_SYS_OLD_GETRLIMIT
25 # define __ARCH_WANT_SYS_OLD_UNAME
26 # define __ARCH_WANT_SYS_OLDUMOUNT
27 # define __ARCH_WANT_SYS_SIGPENDING
28 # define __ARCH_WANT_SYS_SIGPROCMASK
29 # define __ARCH_WANT_SYS_FORK
30 # define __ARCH_WANT_SYS_VFORK
31 # define __ARCH_WANT_SYS_CLONE
32
33 #include <uapi/asm/unistd.h>