blob: ce0cc3d7509e2b56da84fc5c2d2be31b307ac9bb [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* 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 */