diff options
Diffstat (limited to 'arch/microblaze/bits/syscall.h')
-rw-r--r-- | arch/microblaze/bits/syscall.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/microblaze/bits/syscall.h b/arch/microblaze/bits/syscall.h index 712d47a6..b8b1d2e3 100644 --- a/arch/microblaze/bits/syscall.h +++ b/arch/microblaze/bits/syscall.h @@ -375,6 +375,8 @@ #define __NR_process_vm_writev 378 #define __NR_kcmp 379 #define __NR_finit_module 380 +#define __NR_sched_setattr 381 +#define __NR_sched_getattr 382 /* Repeated with SYS_ prefix */ @@ -756,3 +758,5 @@ #define SYS_process_vm_writev 378 #define SYS_kcmp 379 #define SYS_finit_module 380 +#define SYS_sched_setattr 381 +#define SYS_sched_getattr 382 |