]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/include/asm/unistd_64.h
Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux
[mv-sheeva.git] / arch / x86 / include / asm / unistd_64.h
index 570bf5eae564059b4517d7d7e0a1d423b2348d61..363e9b8a715b6d5144ebc8135d65dc75ce9e9e5c 100644 (file)
@@ -663,7 +663,11 @@ __SYSCALL(__NR_rt_tgsigqueueinfo, sys_rt_tgsigqueueinfo)
 __SYSCALL(__NR_perf_event_open, sys_perf_event_open)
 #define __NR_recvmmsg                          299
 __SYSCALL(__NR_recvmmsg, sys_recvmmsg)
-#define __NR_prlimit64                         300
+#define __NR_fanotify_init                     300
+__SYSCALL(__NR_fanotify_init, sys_fanotify_init)
+#define __NR_fanotify_mark                     301
+__SYSCALL(__NR_fanotify_mark, sys_fanotify_mark)
+#define __NR_prlimit64                         302
 __SYSCALL(__NR_prlimit64, sys_prlimit64)
 
 #ifndef __NO_STUBS