summary refs log tree commit diff
path: root/include/asm-m68k/unistd.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2006-10-09 22:02:25 +0200
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-09 14:53:35 -0700
commit6aabd6af4aaf6d794f67226934ad731eb1765e5d (patch)
tree374d9271a2ba17f6cf3557a75792821431aed15a /include/asm-m68k/unistd.h
parentd3696cf7370583b272ff2f09524c9d37a83c71b2 (diff)
downloadlinux-6aabd6af4aaf6d794f67226934ad731eb1765e5d.tar.gz
[PATCH] m68k: syscall updates
Add some missing system calls (recent udev needs them)

Signed-off-by: Kars de Jong <jongk@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-m68k/unistd.h')
-rw-r--r--include/asm-m68k/unistd.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/asm-m68k/unistd.h b/include/asm-m68k/unistd.h
index 3ab716f0fc18..682bd2fb591d 100644
--- a/include/asm-m68k/unistd.h
+++ b/include/asm-m68k/unistd.h
@@ -284,10 +284,15 @@
 #define __NR_add_key		279
 #define __NR_request_key	280
 #define __NR_keyctl		281
+#define __NR_ioprio_set		282
+#define __NR_ioprio_get		283
+#define __NR_inotify_init	284
+#define __NR_inotify_add_watch	285
+#define __NR_inotify_rm_watch	286
 
 #ifdef __KERNEL__
 
-#define NR_syscalls		282
+#define NR_syscalls		287
 #include <linux/err.h>
 
 /* user-visible error numbers are in the range -1 - -MAX_ERRNO: see