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

Last change on this file since 66 was 66, checked in by megakiss, 11 years ago

키패드 기능 연결

전원키 누르고 리모콘 누르면 학습
CH+ 간격 1초 증가 MAX:15
CH- 간격 1초 감소 MIN :1

  • 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.