X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-ppc%2Funistd.h;h=3173ab3d2eb9a477af7b308db22ce82b0d3d0421;hb=6d1d07e41a1de478a0da3cc14b4a8054ef09931c;hp=a7894e0fbbb1a8d1e7f7719a2b7d4fda940ef263;hpb=4cda1fd78781c31e2a3d9dd87ee05d39cb76b3f9;p=linux-2.6 diff --git a/include/asm-ppc/unistd.h b/include/asm-ppc/unistd.h index a7894e0fbb..3173ab3d2e 100644 --- a/include/asm-ppc/unistd.h +++ b/include/asm-ppc/unistd.h @@ -279,8 +279,11 @@ #define __NR_waitid 272 #define __NR_ioprio_set 273 #define __NR_ioprio_get 274 +#define __NR_inotify_init 275 +#define __NR_inotify_add_watch 276 +#define __NR_inotify_rm_watch 277 -#define __NR_syscalls 275 +#define __NR_syscalls 278 #define __NR(n) #n