1 #if !defined(_ASM_SCORE_UNISTD_H) || defined(__SYSCALL) 2 #define _ASM_SCORE_UNISTD_H 3 4 #define __ARCH_HAVE_MMU 5 6 #define __ARCH_WANT_SYSCALL_NO_AT 7 #define __ARCH_WANT_SYSCALL_NO_FLAGS 8 #define __ARCH_WANT_SYSCALL_OFF_T 9 #define __ARCH_WANT_SYSCALL_DEPRECATED 10 11 #include <asm-generic/unistd.h> 12 13 #endif /* _ASM_SCORE_UNISTD_H */ 14