]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/syscalls.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
[linux-2.6-omap-h63xx.git] / include / linux / syscalls.h
index 52830b6d94e5c8fc926f291452b29bef4dcee91e..425f58c8ea4ae4c12ef53545e334542b3f161010 100644 (file)
@@ -506,4 +506,7 @@ asmlinkage long sys_request_key(const char __user *_type,
 asmlinkage long sys_keyctl(int cmd, unsigned long arg2, unsigned long arg3,
                           unsigned long arg4, unsigned long arg5);
 
+asmlinkage long sys_ioprio_set(int which, int who, int ioprio);
+asmlinkage long sys_ioprio_get(int which, int who);
+
 #endif