root/arch/microblaze/include/asm/unistd.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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  */
   9 #ifndef _ASM_MICROBLAZE_UNISTD_H
  10 #define _ASM_MICROBLAZE_UNISTD_H
  11 
  12 #include <uapi/asm/unistd.h>
  13 
  14 #ifndef __ASSEMBLY__
  15 
  16 /* #define __ARCH_WANT_OLD_READDIR */
  17 /* #define __ARCH_WANT_OLD_STAT */
  18 #define __ARCH_WANT_NEW_STAT
  19 #define __ARCH_WANT_STAT64
  20 #define __ARCH_WANT_SYS_ALARM
  21 #define __ARCH_WANT_SYS_GETHOSTNAME
  22 #define __ARCH_WANT_SYS_PAUSE
  23 #define __ARCH_WANT_SYS_SIGNAL
  24 #define __ARCH_WANT_SYS_TIME32
  25 #define __ARCH_WANT_SYS_UTIME32
  26 #define __ARCH_WANT_SYS_WAITPID
  27 #define __ARCH_WANT_SYS_SOCKETCALL
  28 #define __ARCH_WANT_SYS_FADVISE64
  29 #define __ARCH_WANT_SYS_GETPGRP
  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
  35 #define __ARCH_WANT_SYS_CLONE
  36 #define __ARCH_WANT_SYS_VFORK
  37 #define __ARCH_WANT_SYS_FORK
  38 
  39 #endif /* __ASSEMBLY__ */
  40 
  41 #endif /* _ASM_MICROBLAZE_UNISTD_H */

/* [<][>][^][v][top][bottom][index][help] */