GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / arm-brcm-linux-uclibcgnueabi / sysroot / usr / include / linux / mman.h
blob36b300419cb9c877b1490e8dc008d21f6c192369
1 #ifndef _LINUX_MMAN_H
2 #define _LINUX_MMAN_H
4 #include <asm/mman.h>
6 #define MREMAP_MAYMOVE 1
7 #define MREMAP_FIXED 2
9 #define OVERCOMMIT_GUESS 0
10 #define OVERCOMMIT_ALWAYS 1
11 #define OVERCOMMIT_NEVER 2
13 #endif /* _LINUX_MMAN_H */