2009-06-19 13:53:49 +08:00
|
|
|
#if !defined(_ASM_SCORE_UNISTD_H) || defined(__SYSCALL)
|
2009-06-12 22:01:00 +08:00
|
|
|
#define _ASM_SCORE_UNISTD_H
|
|
|
|
|
|
|
|
#define __ARCH_HAVE_MMU
|
|
|
|
|
2009-08-30 12:33:30 +08:00
|
|
|
#define __ARCH_WANT_SYSCALL_NO_AT
|
|
|
|
#define __ARCH_WANT_SYSCALL_NO_FLAGS
|
|
|
|
#define __ARCH_WANT_SYSCALL_OFF_T
|
|
|
|
#define __ARCH_WANT_SYSCALL_DEPRECATED
|
|
|
|
|
2009-06-12 22:01:00 +08:00
|
|
|
#include <asm-generic/unistd.h>
|
|
|
|
|
|
|
|
#endif /* _ASM_SCORE_UNISTD_H */
|