aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/unistd.h
diff options
context:
space:
mode:
authorRobert Love <rml@novell.com>2005-08-15 10:57:08 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-08-15 10:57:08 +0100
commit498de0cc5ea3009af762dc968a46d6f5df96b67a (patch)
tree3f9161c9c2f31c35dff635f3c4b75deaaf910c77 /include/asm-arm/unistd.h
parentRevert PCIBIOS_MIN_IO changes for 2.6.13 (diff)
downloadlinux-dev-498de0cc5ea3009af762dc968a46d6f5df96b67a.tar.xz
linux-dev-498de0cc5ea3009af762dc968a46d6f5df96b67a.zip
[ARM] Add syscall stubs for inotify and ioprio system calls
Signed-off-by: Robert Love <rml@novell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/unistd.h')
-rw-r--r--include/asm-arm/unistd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-arm/unistd.h b/include/asm-arm/unistd.h
index ace27480886e..abb36e54c966 100644
--- a/include/asm-arm/unistd.h
+++ b/include/asm-arm/unistd.h
@@ -350,6 +350,11 @@
#endif
#define __NR_vserver (__NR_SYSCALL_BASE+313)
+#define __NR_ioprio_set (__NR_SYSCALL_BASE+314)
+#define __NR_ioprio_get (__NR_SYSCALL_BASE+315)
+#define __NR_inotify_init (__NR_SYSCALL_BASE+316)
+#define __NR_inotify_add_watch (__NR_SYSCALL_BASE+317)
+#define __NR_inotify_rm_watch (__NR_SYSCALL_BASE+318)
/*
* The following SWIs are ARM private.