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 05:56:34 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2014-08-09 09:07:53 -0400
commiteb6452537b280652eee66801ec97cc369e27e5d8 (patch)
tree2a6f5c5d906b3a91ab647d926193126a23263ad1 /arch/arm/include/uapi/asm/unistd.h
parent7fb00c2fca4b6c58be521eb3676cf4b4ba8dde3b (diff)
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 @@
410#define __NR_sched_getattr (__NR_SYSCALL_BASE+381) 410#define __NR_sched_getattr (__NR_SYSCALL_BASE+381)
411#define __NR_renameat2 (__NR_SYSCALL_BASE+382) 411#define __NR_renameat2 (__NR_SYSCALL_BASE+382)
412#define __NR_seccomp (__NR_SYSCALL_BASE+383) 412#define __NR_seccomp (__NR_SYSCALL_BASE+383)
413#define __NR_getrandom (__NR_SYSCALL_BASE+384)
413 414
414/* 415/*
415 * The following SWIs are ARM private. 416 * The following SWIs are ARM private.