Michal Simek | dd0105a | 2009-03-27 14:25:46 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2007-2008 Michal Simek <monstr@monstr.eu> |
| 3 | * Copyright (C) 2006 Atmark Techno, Inc. |
| 4 | * |
| 5 | * This file is subject to the terms and conditions of the GNU General Public |
| 6 | * License. See the file "COPYING" in the main directory of this archive |
| 7 | * for more details. |
| 8 | */ |
Michal Simek | dd0105a | 2009-03-27 14:25:46 +0100 | [diff] [blame] | 9 | #ifndef _ASM_MICROBLAZE_UNISTD_H |
| 10 | #define _ASM_MICROBLAZE_UNISTD_H |
| 11 | |
David Howells | 3cb0eab | 2012-10-09 09:47:10 +0100 | [diff] [blame] | 12 | #include <uapi/asm/unistd.h> |
Michal Simek | dd0105a | 2009-03-27 14:25:46 +0100 | [diff] [blame] | 13 | |
Michal Simek | dd0105a | 2009-03-27 14:25:46 +0100 | [diff] [blame] | 14 | #ifndef __ASSEMBLY__ |
| 15 | |
Michal Simek | dd0105a | 2009-03-27 14:25:46 +0100 | [diff] [blame] | 16 | /* #define __ARCH_WANT_OLD_READDIR */ |
| 17 | /* #define __ARCH_WANT_OLD_STAT */ |
| 18 | #define __ARCH_WANT_STAT64 |
| 19 | #define __ARCH_WANT_SYS_ALARM |
| 20 | #define __ARCH_WANT_SYS_GETHOSTNAME |
| 21 | #define __ARCH_WANT_SYS_PAUSE |
Michal Simek | dd0105a | 2009-03-27 14:25:46 +0100 | [diff] [blame] | 22 | #define __ARCH_WANT_SYS_SIGNAL |
| 23 | #define __ARCH_WANT_SYS_TIME |
| 24 | #define __ARCH_WANT_SYS_UTIME |
| 25 | #define __ARCH_WANT_SYS_WAITPID |
| 26 | #define __ARCH_WANT_SYS_SOCKETCALL |
| 27 | #define __ARCH_WANT_SYS_FADVISE64 |
| 28 | #define __ARCH_WANT_SYS_GETPGRP |
| 29 | #define __ARCH_WANT_SYS_LLSEEK |
| 30 | #define __ARCH_WANT_SYS_NICE |
| 31 | /* #define __ARCH_WANT_SYS_OLD_GETRLIMIT */ |
| 32 | #define __ARCH_WANT_SYS_OLDUMOUNT |
| 33 | #define __ARCH_WANT_SYS_SIGPENDING |
| 34 | #define __ARCH_WANT_SYS_SIGPROCMASK |
Al Viro | f3268ed | 2012-10-27 00:03:41 -0400 | [diff] [blame] | 35 | #define __ARCH_WANT_SYS_CLONE |
| 36 | #define __ARCH_WANT_SYS_VFORK |
Al Viro | f3268ed | 2012-10-27 00:03:41 -0400 | [diff] [blame] | 37 | #define __ARCH_WANT_SYS_FORK |
Michal Simek | dd0105a | 2009-03-27 14:25:46 +0100 | [diff] [blame] | 38 | |
Michal Simek | dd0105a | 2009-03-27 14:25:46 +0100 | [diff] [blame] | 39 | #endif /* __ASSEMBLY__ */ |
Michal Simek | 40c2702 | 2013-07-08 09:50:24 +0200 | [diff] [blame] | 40 | |
Michal Simek | 7181e55 | 2016-11-15 12:01:38 +0100 | [diff] [blame] | 41 | #define __NR_syscalls 398 |
Michal Simek | 40c2702 | 2013-07-08 09:50:24 +0200 | [diff] [blame] | 42 | |
Michal Simek | dd0105a | 2009-03-27 14:25:46 +0100 | [diff] [blame] | 43 | #endif /* _ASM_MICROBLAZE_UNISTD_H */ |