source: svn/trunk/newcon3bcm2_21bu/toolchain/mipsel-linux-uclibc/include/linux/mman.h @ 52

Last change on this file since 52 was 2, checked in by jglee, 11 years ago

first commit

  • Property svn:executable set to *
File size: 231 bytes
Line 
1#ifndef _LINUX_MMAN_H
2#define _LINUX_MMAN_H
3
4#include <asm/mman.h>
5
6#define MREMAP_MAYMOVE  1
7#define MREMAP_FIXED    2
8
9#define OVERCOMMIT_GUESS0               0
10#define OVERCOMMIT_ALWAYS               1
11#define OVERCOMMIT_NEVER                2
12
13#endif /* _LINUX_MMAN_H */
Note: See TracBrowser for help on using the repository browser.