Subversion Repositories Kolibri OS

Rev

Rev 3243 | Rev 3747 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3243 Rev 3262
Line -... Line 1...
-
 
1
#ifndef _LINUX_MM_H
-
 
2
#define _LINUX_MM_H
Line -... Line 3...
-
 
3
 
-
 
4
 
-
 
5
#define VM_NORESERVE    0x00200000
-
 
6
#define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE)
-
 
7