1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 /* 3 * IA-64 Linux syscall numbers and inline-functions. 4 * 5 * Copyright (C) 1998-2005 Hewlett-Packard Co 6 * David Mosberger-Tang <davidm@hpl.hp.com> 7 */ 8 #ifndef _UAPI_ASM_IA64_UNISTD_H 9 #define _UAPI_ASM_IA64_UNISTD_H 10 11 12 #include <asm/break.h> 13 14 #define __BREAK_SYSCALL __IA64_BREAK_SYSCALL 15 16 #define __NR_Linux 1024 17 18 #define __NR_umount __NR_umount2 19 20 #include <asm/unistd_64.h> 21 22 #endif /* _UAPI_ASM_IA64_UNISTD_H */ 23