root/arch/ia64/include/uapi/asm/mman.h

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

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
   2 /*
   3  * Based on <asm-i386/mman.h>.
   4  *
   5  * Modified 1998-2000, 2002
   6  *      David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
   7  */
   8 #ifndef _UAPI_ASM_IA64_MMAN_H
   9 #define _UAPI_ASM_IA64_MMAN_H
  10 
  11 
  12 #include <asm-generic/mman.h>
  13 
  14 #define MAP_GROWSUP     0x0200          /* register stack-like segment */
  15 
  16 
  17 #endif /* _UAPI_ASM_IA64_MMAN_H */

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