18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef _ASM_M68K_UNISTD_H_
38c2ecf20Sopenharmony_ci#define _ASM_M68K_UNISTD_H_
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#include <uapi/asm/unistd.h>
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#define NR_syscalls	__NR_syscalls
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define __ARCH_WANT_NEW_STAT
108c2ecf20Sopenharmony_ci#define __ARCH_WANT_OLD_READDIR
118c2ecf20Sopenharmony_ci#define __ARCH_WANT_OLD_STAT
128c2ecf20Sopenharmony_ci#define __ARCH_WANT_STAT64
138c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_ALARM
148c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_GETHOSTNAME
158c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_IPC
168c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_PAUSE
178c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_SIGNAL
188c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_TIME32
198c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_UTIME32
208c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_WAITPID
218c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_SOCKETCALL
228c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_FADVISE64
238c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_GETPGRP
248c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_NICE
258c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_OLD_GETRLIMIT
268c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_OLD_MMAP
278c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_OLD_SELECT
288c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_OLDUMOUNT
298c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_SIGPENDING
308c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_SIGPROCMASK
318c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_FORK
328c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_VFORK
338c2ecf20Sopenharmony_ci#define __ARCH_WANT_SYS_CLONE3
348c2ecf20Sopenharmony_ci
358c2ecf20Sopenharmony_ci#endif /* _ASM_M68K_UNISTD_H_ */
36