Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[sfrench/cifs-2.6.git] / arch / alpha / include / asm / unistd.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ALPHA_UNISTD_H
3 #define _ALPHA_UNISTD_H
4
5 #include <uapi/asm/unistd.h>
6
7 #define NR_SYSCALLS                     523
8
9 #define __ARCH_WANT_NEW_STAT
10 #define __ARCH_WANT_OLD_READDIR
11 #define __ARCH_WANT_STAT64
12 #define __ARCH_WANT_SYS_GETHOSTNAME
13 #define __ARCH_WANT_SYS_FADVISE64
14 #define __ARCH_WANT_SYS_GETPGRP
15 #define __ARCH_WANT_SYS_OLDUMOUNT
16 #define __ARCH_WANT_SYS_SIGPENDING
17 #define __ARCH_WANT_SYS_UTIME
18 #define __ARCH_WANT_SYS_FORK
19 #define __ARCH_WANT_SYS_VFORK
20 #define __ARCH_WANT_SYS_CLONE
21
22 #endif /* _ALPHA_UNISTD_H */