aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/uapi/asm/unistd.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2014-08-08 10:56:34 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2014-08-09 14:07:53 +0100
commiteb6452537b280652eee66801ec97cc369e27e5d8 (patch)
tree2a6f5c5d906b3a91ab647d926193126a23263ad1 /arch/arm/include/uapi/asm/unistd.h
parentARM: 8114/1: LPAE: load upper bits of early TTBR0/TTBR1 (diff)
downloadlinux-dev-eb6452537b280652eee66801ec97cc369e27e5d8.tar.xz
linux-dev-eb6452537b280652eee66801ec97cc369e27e5d8.zip
ARM: wire up getrandom syscall
Add the new getrandom syscall for ARM. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include/uapi/asm/unistd.h')
-rw-r--r--arch/arm/include/uapi/asm/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/uapi/asm/unistd.h b/arch/arm/include/uapi/asm/unistd.h
index 767ea204334e..aa9e9262ace4 100644
--- a/arch/arm/include/uapi/asm/unistd.h
+++ b/arch/arm/include/uapi/asm/unistd.h
@@ -410,6 +410,7 @@
#define __NR_sched_getattr (__NR_SYSCALL_BASE+381)
#define __NR_renameat2 (__NR_SYSCALL_BASE+382)
#define __NR_seccomp (__NR_SYSCALL_BASE+383)
+#define __NR_getrandom (__NR_SYSCALL_BASE+384)
/*
* The following SWIs are ARM private.