blob: f0f84deeb56427d3e38a8e62daf5f5b1c5bea239 (
plain)
1
2
3
4
5
6
7
8
9
|
#if !defined(_ASM_SCORE_UNISTD_H) || defined(__SYSCALL)
#define _ASM_SCORE_UNISTD_H
#define __ARCH_HAVE_MMU
#define __ARCH_WANT_IPC_PARSE_VERSION
#include <asm-generic/unistd.h>
#endif /* _ASM_SCORE_UNISTD_H */
|