xref: /openbmc/linux/arch/alpha/include/uapi/asm/unistd.h (revision 12b57c5c70f397a9410411d4e348096edada20f9)
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _UAPI_ALPHA_UNISTD_H
3 #define _UAPI_ALPHA_UNISTD_H
4 
5 /* These are traditionally the names linux-alpha uses for
6  * the two otherwise generic system calls */
7 #define __NR_umount	__NR_umount2
8 #define __NR_osf_shmat	__NR_shmat
9 
10 #include <asm/unistd_32.h>
11 
12 #endif /* _UAPI_ALPHA_UNISTD_H */
13