]> Git Repo - linux.git/blob - arch/score/include/asm/unistd.h
usbnet: remove noisy and hardly useful printk
[linux.git] / arch / score / include / asm / unistd.h
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 */
This page took 0.031143 seconds and 4 git commands to generate.