X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fasm-ppc64%2Funistd.h;h=977bc980c1af641681a1283df2094e9ea4733734;hb=64e47488c913ac704d465a6af86a26786d1412a5;hp=4a94acf6bfedd52c403b56b3ac1eb1fa99d415a3;hpb=0109fd37046de64e8459f8c4f4706df9ac7cc82c;p=~andy%2Flinux diff --git a/include/asm-ppc64/unistd.h b/include/asm-ppc64/unistd.h index 4a94acf6bfe..977bc980c1a 100644 --- a/include/asm-ppc64/unistd.h +++ b/include/asm-ppc64/unistd.h @@ -285,8 +285,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 #ifdef __KERNEL__ #define NR_syscalls __NR_syscalls #endif