xref: /linux/arch/xtensa/include/asm/unistd.h (revision 26fbb4c8c7c3ee9a4c3b4de555a8587b5a19154e)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _XTENSA_UNISTD_H
3 #define _XTENSA_UNISTD_H
4 
5 #define __ARCH_WANT_SYS_CLONE
6 #define __ARCH_WANT_SYS_CLONE3
7 #include <uapi/asm/unistd.h>
8 
9 #define __ARCH_WANT_NEW_STAT
10 #define __ARCH_WANT_STAT64
11 #define __ARCH_WANT_SYS_UTIME32
12 #define __ARCH_WANT_SYS_GETPGRP
13 
14 #define NR_syscalls				__NR_syscalls
15 
16 #endif /* _XTENSA_UNISTD_H */
17