diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-04-15 13:26:40 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-04-15 13:26:40 +0100 |
commit | 0d58a2824d777923b2438107053c6e073c9c5ec1 (patch) | |
tree | 1014b10858e702e991ff1220f4a8d7610d19b81d /arch/arm/include/asm | |
parent | 88b9ef452690233d200abf57a3fa2c0f3bd874c5 (diff) | |
download | linux-3.10-0d58a2824d777923b2438107053c6e073c9c5ec1.tar.gz linux-3.10-0d58a2824d777923b2438107053c6e073c9c5ec1.tar.bz2 linux-3.10-0d58a2824d777923b2438107053c6e073c9c5ec1.zip |
ARM: Add new syscalls
Add syscalls for name_to_handle_at, open_by_handle_at, clock_adjtime
and syncfs.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/unistd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h index c891eb76c0e..87dbe3e2197 100644 --- a/arch/arm/include/asm/unistd.h +++ b/arch/arm/include/asm/unistd.h @@ -396,6 +396,10 @@ #define __NR_fanotify_init (__NR_SYSCALL_BASE+367) #define __NR_fanotify_mark (__NR_SYSCALL_BASE+368) #define __NR_prlimit64 (__NR_SYSCALL_BASE+369) +#define __NR_name_to_handle_at (__NR_SYSCALL_BASE+370) +#define __NR_open_by_handle_at (__NR_SYSCALL_BASE+371) +#define __NR_clock_adjtime (__NR_SYSCALL_BASE+372) +#define __NR_syncfs (__NR_SYSCALL_BASE+373) /* * The following SWIs are ARM private. |