WIP FPC-III support
[linux/fpc-iii.git] / arch / ia64 / include / uapi / asm / unistd.h
blob013e0bcacc39e0254d7fc08c4c0505fa64f36393
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /*
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>
7 */
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 */