2017-11-01 22:08:43 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
2012-10-09 16:47:00 +08:00
|
|
|
/*
|
|
|
|
* IA-64 Linux syscall numbers and inline-functions.
|
|
|
|
*
|
|
|
|
* Copyright (C) 1998-2005 Hewlett-Packard Co
|
|
|
|
* David Mosberger-Tang <davidm@hpl.hp.com>
|
|
|
|
*/
|
|
|
|
#ifndef _UAPI_ASM_IA64_UNISTD_H
|
|
|
|
#define _UAPI_ASM_IA64_UNISTD_H
|
|
|
|
|
|
|
|
|
|
|
|
#include <asm/break.h>
|
|
|
|
|
2018-11-13 14:57:43 +08:00
|
|
|
#define __BREAK_SYSCALL __IA64_BREAK_SYSCALL
|
2012-10-09 16:47:00 +08:00
|
|
|
|
2018-11-13 14:57:43 +08:00
|
|
|
#define __NR_Linux 1024
|
2012-10-09 16:47:00 +08:00
|
|
|
|
2018-12-30 22:16:48 +08:00
|
|
|
#define __NR_umount __NR_umount2
|
|
|
|
|
2018-11-13 14:57:45 +08:00
|
|
|
#include <asm/unistd_64.h>
|
2018-11-13 14:57:42 +08:00
|
|
|
|
2012-10-09 16:47:00 +08:00
|
|
|
#endif /* _UAPI_ASM_IA64_UNISTD_H */
|