mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-09 18:26:31 +00:00
14 lines
321 B
C
14 lines
321 B
C
#if !defined(_ASM_SCORE_UNISTD_H) || defined(__SYSCALL)
|
|
#define _ASM_SCORE_UNISTD_H
|
|
|
|
#define __ARCH_HAVE_MMU
|
|
|
|
#define __ARCH_WANT_SYSCALL_NO_AT
|
|
#define __ARCH_WANT_SYSCALL_NO_FLAGS
|
|
#define __ARCH_WANT_SYSCALL_OFF_T
|
|
#define __ARCH_WANT_SYSCALL_DEPRECATED
|
|
|
|
#include <asm-generic/unistd.h>
|
|
|
|
#endif /* _ASM_SCORE_UNISTD_H */
|