18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Based on <asm-i386/mman.h>. 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Modified 1998-2000, 2002 68c2ecf20Sopenharmony_ci * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co 78c2ecf20Sopenharmony_ci */ 88c2ecf20Sopenharmony_ci#ifndef _UAPI_ASM_IA64_MMAN_H 98c2ecf20Sopenharmony_ci#define _UAPI_ASM_IA64_MMAN_H 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#include <asm-generic/mman.h> 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#define MAP_GROWSUP 0x0200 /* register stack-like segment */ 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#endif /* _UAPI_ASM_IA64_MMAN_H */ 18