Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
fork
Configure Feed
Select the types of activity you want to include in your feed.
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 */