source:
svn/trunk/newcon3bcm2_21bu/toolchain/mips-linux-uclibc/include/linux/mman.h
| Last change on this file was 2, checked in by phkim, 11 years ago | |
|---|---|
|
|
| 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.
