aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/asm-x86/asm/unistd_64.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2021-09-02 00:02:53 +0000
committerChristopher Ferris <cferris@google.com>2021-09-02 00:17:32 +0000
commita303a28c116a60d83fe3a28ef24a3eba853d5616 (patch)
tree8fd7215d0823a2f1092c97ab58618fdf57bd8f06 /original/uapi/asm-x86/asm/unistd_64.h
parentb245b8e09bfbec6d28d477d153089887e749eeb2 (diff)
downloadkernel-headers-a303a28c116a60d83fe3a28ef24a3eba853d5616.tar.gz
Update to v5.14 kernel headers.
Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-5.14 Test: NA Change-Id: I41c35d23498b583719a0831fdfeee16f6c48c7c1
Diffstat (limited to 'original/uapi/asm-x86/asm/unistd_64.h')
-rw-r--r--original/uapi/asm-x86/asm/unistd_64.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/original/uapi/asm-x86/asm/unistd_64.h b/original/uapi/asm-x86/asm/unistd_64.h
index 863fca0..d1fa2fe 100644
--- a/original/uapi/asm-x86/asm/unistd_64.h
+++ b/original/uapi/asm-x86/asm/unistd_64.h
@@ -1,5 +1,5 @@
-#ifndef _ASM_X86_UNISTD_64_H
-#define _ASM_X86_UNISTD_64_H 1
+#ifndef _UAPI_ASM_UNISTD_64_H
+#define _UAPI_ASM_UNISTD_64_H
#define __NR_read 0
#define __NR_write 1
@@ -355,12 +355,14 @@
#define __NR_process_madvise 440
#define __NR_epoll_pwait2 441
#define __NR_mount_setattr 442
+#define __NR_quotactl_fd 443
#define __NR_landlock_create_ruleset 444
#define __NR_landlock_add_rule 445
#define __NR_landlock_restrict_self 446
+#define __NR_memfd_secret 447
#ifdef __KERNEL__
-#define __NR_syscall_max 446
+#define __NR_syscalls 448
#endif
-#endif /* _ASM_X86_UNISTD_64_H */
+#endif /* _UAPI_ASM_UNISTD_64_H */