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