Merge branch 'linus' into perfcounters/core-v2
[pandora-kernel.git] / arch / x86 / include / asm / unistd_64.h
index 53025fe..d9aad87 100644 (file)
@@ -653,6 +653,10 @@ __SYSCALL(__NR_dup3, sys_dup3)
 __SYSCALL(__NR_pipe2, sys_pipe2)
 #define __NR_inotify_init1                     294
 __SYSCALL(__NR_inotify_init1, sys_inotify_init1)
+#define __NR_preadv                            295
+__SYSCALL(__NR_preadv, sys_preadv)
+#define __NR_pwritev                           296
+__SYSCALL(__NR_pwritev, sys_pwritev)
 #define __NR_perf_counter_open         295
 __SYSCALL(__NR_perf_counter_open, sys_perf_counter_open)