16f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 296433f6eSDavid Howells #ifndef _UAPI_ALPHA_UNISTD_H 396433f6eSDavid Howells #define _UAPI_ALPHA_UNISTD_H 496433f6eSDavid Howells 5*12b57c5cSArnd Bergmann /* These are traditionally the names linux-alpha uses for 6*12b57c5cSArnd Bergmann * the two otherwise generic system calls */ 7*12b57c5cSArnd Bergmann #define __NR_umount __NR_umount2 8*12b57c5cSArnd Bergmann #define __NR_osf_shmat __NR_shmat 9*12b57c5cSArnd Bergmann 10a8faab54SFiroz Khan #include <asm/unistd_32.h> 11b67bfd29SFiroz Khan 1296433f6eSDavid Howells #endif /* _UAPI_ALPHA_UNISTD_H */ 13