Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
uapi
linux
mman.h
Go to the documentation of this file.
1
#ifndef _UAPI_LINUX_MMAN_H
2
#define _UAPI_LINUX_MMAN_H
3
4
#include <asm/mman.h>
5
6
#define MREMAP_MAYMOVE 1
7
#define MREMAP_FIXED 2
8
9
#define OVERCOMMIT_GUESS 0
10
#define OVERCOMMIT_ALWAYS 1
11
#define OVERCOMMIT_NEVER 2
12
13
#endif
/* _UAPI_LINUX_MMAN_H */
Generated on Thu Jan 10 2013 12:49:57 for Linux Kernel by
1.8.2