13 lines
305 B
C
13 lines
305 B
C
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
#ifndef _UAPI_ASM_SW64_UNISTD_H
|
|
#define _UAPI_ASM_SW64_UNISTD_H
|
|
|
|
/*
|
|
* These are traditionally the names uses for generic system calls
|
|
*/
|
|
#define __NR_umount __NR_umount2
|
|
|
|
#include <asm/unistd_64.h>
|
|
|
|
#endif /* _UAPI_ASM_SW64_UNISTD_H */
|