Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / sh / include / asm / unistd.h
1 # ifdef CONFIG_SUPERH32
2 #  include <asm/unistd_32.h>
3 # else
4 #  include <asm/unistd_64.h>
5 # endif
6
7 # define __ARCH_WANT_OLD_READDIR
8 # define __ARCH_WANT_OLD_STAT
9 # define __ARCH_WANT_STAT64
10 # define __ARCH_WANT_SYS_ALARM
11 # define __ARCH_WANT_SYS_GETHOSTNAME
12 # define __ARCH_WANT_SYS_IPC
13 # define __ARCH_WANT_SYS_PAUSE
14 # define __ARCH_WANT_SYS_SIGNAL
15 # define __ARCH_WANT_SYS_TIME
16 # define __ARCH_WANT_SYS_UTIME
17 # define __ARCH_WANT_SYS_WAITPID
18 # define __ARCH_WANT_SYS_SOCKETCALL
19 # define __ARCH_WANT_SYS_FADVISE64
20 # define __ARCH_WANT_SYS_GETPGRP
21 # define __ARCH_WANT_SYS_LLSEEK
22 # define __ARCH_WANT_SYS_NICE
23 # define __ARCH_WANT_SYS_OLD_GETRLIMIT
24 # define __ARCH_WANT_SYS_OLD_UNAME
25 # define __ARCH_WANT_SYS_OLDUMOUNT
26 # define __ARCH_WANT_SYS_SIGPENDING
27 # define __ARCH_WANT_SYS_SIGPROCMASK
28 # define __ARCH_WANT_SYS_FORK
29 # define __ARCH_WANT_SYS_VFORK
30 # define __ARCH_WANT_SYS_CLONE
31
32 #include <uapi/asm/unistd.h>