diff options
| author | Jesper Nilsson <jespern@axis.com> | 2014-01-09 05:16:37 -0500 |
|---|---|---|
| committer | Jesper Nilsson <jespern@axis.com> | 2014-01-09 06:48:17 -0500 |
| commit | bb1d2a945344e2a5100f5c7f8bb6e3e4ae03a2ab (patch) | |
| tree | 682bb1a60bb752a7101e25bbd694380b9c0c3e11 /arch/cris/include/uapi/asm | |
| parent | 329fddd7b60cf6aed53cdb6fdc8e64117b8e8bc6 (diff) | |
CRIS: Add missing syscalls
Complete list of syscalls for CRISv10 and CRISv32.
Clean up some whitespace at the same time.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/include/uapi/asm')
| -rw-r--r-- | arch/cris/include/uapi/asm/unistd.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/cris/include/uapi/asm/unistd.h b/arch/cris/include/uapi/asm/unistd.h index 48842896f6c2..f3287face443 100644 --- a/arch/cris/include/uapi/asm/unistd.h +++ b/arch/cris/include/uapi/asm/unistd.h | |||
| @@ -340,5 +340,21 @@ | |||
| 340 | #define __NR_preadv 333 | 340 | #define __NR_preadv 333 |
| 341 | #define __NR_pwritev 334 | 341 | #define __NR_pwritev 334 |
| 342 | #define __NR_setns 335 | 342 | #define __NR_setns 335 |
| 343 | #define __NR_name_to_handle_at 336 | ||
| 344 | #define __NR_open_by_handle_at 337 | ||
| 345 | #define __NR_rt_tgsigqueueinfo 338 | ||
| 346 | #define __NR_perf_event_open 339 | ||
| 347 | #define __NR_recvmmsg 340 | ||
| 348 | #define __NR_accept4 341 | ||
| 349 | #define __NR_fanotify_init 342 | ||
| 350 | #define __NR_fanotify_mark 343 | ||
| 351 | #define __NR_prlimit64 344 | ||
| 352 | #define __NR_clock_adjtime 345 | ||
| 353 | #define __NR_syncfs 346 | ||
| 354 | #define __NR_sendmmsg 347 | ||
| 355 | #define __NR_process_vm_readv 348 | ||
| 356 | #define __NR_process_vm_writev 349 | ||
| 357 | #define __NR_kcmp 350 | ||
| 358 | #define __NR_finit_module 351 | ||
| 343 | 359 | ||
| 344 | #endif /* _UAPI_ASM_CRIS_UNISTD_H_ */ | 360 | #endif /* _UAPI_ASM_CRIS_UNISTD_H_ */ |
