]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - arch/m32r/include/asm/unistd.h
Input: wm97xx: add new AC97 bus support
[mirror_ubuntu-focal-kernel.git] / arch / m32r / include / asm / unistd.h
1 #ifndef _ASM_M32R_UNISTD_H
2 #define _ASM_M32R_UNISTD_H
3
4 #include <uapi/asm/unistd.h>
5
6
7 #define NR_syscalls 326
8
9 #define __ARCH_WANT_STAT64
10 #define __ARCH_WANT_SYS_ALARM
11 #define __ARCH_WANT_SYS_GETHOSTNAME
12 #define __ARCH_WANT_SYS_IPC
13 #define __ARCH_WANT_SYS_PAUSE
14 #define __ARCH_WANT_SYS_TIME
15 #define __ARCH_WANT_SYS_UTIME
16 #define __ARCH_WANT_SYS_WAITPID
17 #define __ARCH_WANT_SYS_SOCKETCALL
18 #define __ARCH_WANT_SYS_FADVISE64
19 #define __ARCH_WANT_SYS_GETPGRP
20 #define __ARCH_WANT_SYS_LLSEEK
21 #define __ARCH_WANT_SYS_OLDUMOUNT
22 #define __ARCH_WANT_SYS_CLONE
23 #define __ARCH_WANT_SYS_FORK
24 #define __ARCH_WANT_SYS_VFORK
25
26 #define __IGNORE_lchown
27 #define __IGNORE_setuid
28 #define __IGNORE_getuid
29 #define __IGNORE_setgid
30 #define __IGNORE_getgid
31 #define __IGNORE_geteuid
32 #define __IGNORE_getegid
33 #define __IGNORE_fcntl
34 #define __IGNORE_setreuid
35 #define __IGNORE_setregid
36 #define __IGNORE_getrlimit
37 #define __IGNORE_getgroups
38 #define __IGNORE_setgroups
39 #define __IGNORE_select
40 #define __IGNORE_mmap
41 #define __IGNORE_fchown
42 #define __IGNORE_setfsuid
43 #define __IGNORE_setfsgid
44 #define __IGNORE_setresuid
45 #define __IGNORE_getresuid
46 #define __IGNORE_setresgid
47 #define __IGNORE_getresgid
48 #define __IGNORE_chown
49
50 #endif /* _ASM_M32R_UNISTD_H */