X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Funistd.h;h=6560439a83e47b85fe1fad1287bb34f16d64e7f1;hb=22e2c507c301c3dbbcf91b4948b88f78842ee6c9;hp=d767adcbf0ffa3cadd3830fec9202ae82a79fd54;hpb=020f46a39eb7b99a575b9f4d105fce2b142acdf1;p=mirror_ubuntu-zesty-kernel.git diff --git a/include/asm-x86_64/unistd.h b/include/asm-x86_64/unistd.h index d767adcbf0ff..6560439a83e4 100644 --- a/include/asm-x86_64/unistd.h +++ b/include/asm-x86_64/unistd.h @@ -561,8 +561,12 @@ __SYSCALL(__NR_add_key, sys_add_key) __SYSCALL(__NR_request_key, sys_request_key) #define __NR_keyctl 250 __SYSCALL(__NR_keyctl, sys_keyctl) +#define __NR_ioprio_set 251 +__SYSCALL(__NR_ioprio_set, sys_ioprio_set) +#define __NR_ioprio_get 252 +__SYSCALL(__NR_ioprio_get, sys_ioprio_get) -#define __NR_syscall_max __NR_keyctl +#define __NR_syscall_max __NR_ioprio_get #ifndef __NO_STUBS /* user-visible error numbers are in the range -1 - -4095 */