Subversion Repositories Kolibri OS

Rev

Rev 3243 | Rev 3747 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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